Skip to content

Commit

Permalink
fix(workflows): update GHCR password in build-and-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
obeone committed Mar 7, 2024
1 parent be9f7a4 commit e82bafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit e82bafa

Please sign in to comment.