Skip to content

Commit

Permalink
Update publish docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikowski committed Sep 16, 2024
1 parent 7de652d commit 120d2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
type=raw,value=${{ env.DOCKER_IMAGE_VERSION }}
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.GITHUB_ACTOR }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push multi-arch image
Expand Down

0 comments on commit 120d2e0

Please sign in to comment.