Skip to content

Commit

Permalink
ci: read docs ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesserli authored Jan 22, 2024
1 parent 04e691d commit 1edffe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_ACCESS_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image
uses: docker/[email protected]
Expand Down

0 comments on commit 1edffe1

Please sign in to comment.