mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 15:52:20 -05:00
adding auth
This commit is contained in:
parent
a311be6752
commit
360ebc70c2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy-DEV.yml
vendored
2
.github/workflows/deploy-DEV.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue