Skip to content

Commit 2507567

Browse files
authored
Merge pull request #588 from mkevenaar/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents 505b9b9 + faa704e commit 2507567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424

2525
- name: Log in to the Container registry
26-
uses: docker/login-action@v2.2.0
26+
uses: docker/login-action@v3.0.0
2727
with:
2828
registry: ${{ env.REGISTRY }}
2929
username: ${{ github.actor }}

0 commit comments

Comments
 (0)