Skip to content

Commit f943a79

Browse files
authored
Merge pull request #66 from hazcod/dependabot/github_actions/docker/login-action-2
chore(deps): bump docker/login-action from 1 to 2
2 parents d6189d1 + baa6c3a commit f943a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
go-version: ${{ steps.versions.outputs.go }}
4141
-
4242
name: Login to GitHub Container Registry
43-
uses: docker/login-action@v1
43+
uses: docker/login-action@v2
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)