Skip to content

Commit

Permalink
fix: connect to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Valdes committed Dec 21, 2024
1 parent f1a5ea2 commit 09193c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ jobs:
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PAT }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 09193c7

Please sign in to comment.