Skip to content

Commit

Permalink
Merge pull request #149 from Luzilla/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-2

Upgrade: bump docker/login-action from 1 to 2
  • Loading branch information
till committed May 6, 2023
2 parents c0589fc + 025447f commit 00df503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: false
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v1
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 00df503

Please sign in to comment.