Skip to content

Commit

Permalink
Fix docker login step
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Nov 19, 2024
1 parent fa6fde9 commit 88eb56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
uses: actions/checkout@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 88eb56b

Please sign in to comment.