adding auth

This commit is contained in:
Admiralawkbar 2020-12-03 13:57:55 -06:00
parent a311be6752
commit 360ebc70c2

View file

@ -55,6 +55,8 @@ jobs:
- name: Build image
uses: whoan/docker-build-with-cache-action@v5
with:
username: ${{ secrets.GCR_USERNAME }}
password: ${{ secrets.GCR_TOKEN }}
registry: ghcr.io
image_name: github/super-linter
image_tag: latest