Skip to content

Commit

Permalink
chore: fix quay secret (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: LeoLuz <[email protected]>
  • Loading branch information
leoluz authored Apr 12, 2024
1 parent 8643698 commit b1bac32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.QUAY_USERNAME }}
password: ${{ env.QUAY_TOKEN }}
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
Expand Down

0 comments on commit b1bac32

Please sign in to comment.