Skip to content

Commit

Permalink
Fix docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nogesma committed Apr 24, 2024
1 parent 69c9614 commit 6b0cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
# Docker registry password
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
# Adds latest tag to auto-generated GitOps tag
addLatest: true

0 comments on commit 6b0cd0f

Please sign in to comment.