Skip to content

Commit 0012bdd

Browse files
authored
Merge pull request #264 from kbudde/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents 1e44937 + 48932a9 commit 0012bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
go-version: 1.17
2525
-
2626
name: Docker Login
27-
uses: docker/login-action@v1
27+
uses: docker/login-action@v2
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}
3131
password: ${{ secrets.GH_TOKEN }}
3232
-
3333
name: Login to Docker Hub
34-
uses: docker/login-action@v1
34+
uses: docker/login-action@v2
3535
with:
3636
username: ${{ secrets.DOCKERHUB_USERNAME }}
3737
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)