Skip to content

Commit acb4efe

Browse files
committed
ci: fix variable names for secrets
Signed-off-by: Eugene Doudine <[email protected]>
1 parent f12801c commit acb4efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
platforms: ${{ needs.set-vars.outputs.platforms }}
8080
push: true
8181
secrets:
82-
quay_username: ${{ secrets.RELEASE_QUAY_USER }}
83-
quay_password: ${{ secrets.RELEASE_QUAY_TOKEN }}
82+
quay_username: ${{ secrets.QUAY_USER }}
83+
quay_password: ${{ secrets.QUAY_TOKEN }}
8484
ghcr_username: ${{ github.actor }}
8585
ghcr_password: ${{ secrets.GITHUB_TOKEN }}
8686

0 commit comments

Comments
 (0)