Skip to content

Commit

Permalink
build: publish public images
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoel committed Sep 30, 2024
1 parent c891688 commit 56451f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.REPO_ACCESS_TOKEN }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 56451f7

Please sign in to comment.