auth update
This commit is contained in:
parent
1177984b9a
commit
42f97420c8
2 changed files with 6 additions and 4 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
|
@ -41,15 +41,16 @@ jobs:
|
|||
registry: ghcr.io
|
||||
username: snskArora
|
||||
password: ${{ steps.generate_token.outputs.token }}
|
||||
|
||||
- name: Build
|
||||
run: make build
|
||||
env:
|
||||
VERSION: latest
|
||||
|
||||
- name: Push
|
||||
run: make push
|
||||
env:
|
||||
VERSION: latest
|
||||
# - name: Push
|
||||
# run: make push
|
||||
# env:
|
||||
# VERSION: latest
|
||||
|
||||
- name: Test
|
||||
run: make test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue