Skip to content

Commit

Permalink
fix: goreleaser GH action failing
Browse files Browse the repository at this point in the history
update goreleaser GH action to use docker/login-action@v2
  • Loading branch information
Dylan Bourque authored Dec 6, 2022
1 parent 4e67953 commit 4b35f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
go-version: 1.18
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 4b35f5e

Please sign in to comment.