Skip to content

Commit

Permalink
Dont use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Results in 403
  • Loading branch information
felixschndr committed Oct 30, 2024
1 parent 43d95c9 commit dc21c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit dc21c16

Please sign in to comment.