Skip to content

Commit

Permalink
fff
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybrice committed Mar 28, 2024
1 parent 1eaf309 commit bf2ac2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ $GITHUB_ACTOR }}
password: ${{ secrets.GITHUB_SECRET }}
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PASSWORD }}

- name: Call dagger on-push
uses: dagger/dagger-for-github@v5
Expand Down

0 comments on commit bf2ac2f

Please sign in to comment.