Skip to content

Commit

Permalink
Fix ghcr login
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Aug 18, 2023
1 parent ebbf205 commit 0106756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to github docker registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ env.GHCR_USER }}
password: ${{ secrets.CR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build varnish {{ matrix.version }}
run: >
Expand Down

0 comments on commit 0106756

Please sign in to comment.