Skip to content

Commit 27eb1b0

Browse files
authored
Merge pull request #13 from Leaseweb/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents db45097 + fcd2fad commit 27eb1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: make container
3333

3434
- name: Log into registry
35-
uses: docker/login-action@v1
35+
uses: docker/login-action@v2
3636
with:
3737
registry: ghcr.io
3838
username: ${{github.actor}}

0 commit comments

Comments
 (0)