Skip to content

Commit

Permalink
update workflow file once more
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiritreader committed Aug 30, 2024
1 parent 7731a1a commit 4895520
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-qemu-action@v2
- uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 4895520

Please sign in to comment.