Skip to content

Commit 4dd5ea7

Browse files
authored
Merge pull request #44 from Leaseweb/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents b3baf53 + 9decd6a commit 4dd5ea7

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@v2
35+
uses: docker/login-action@v3
3636
with:
3737
registry: ghcr.io
3838
username: ${{github.actor}}

0 commit comments

Comments
 (0)