Skip to content

Commit 415808c

Browse files
Update docker/login-action action to v4
| datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v2 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6ea460 commit 415808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Login to GitHub Container Registry
2323
if: ${{ github.event_name == 'release' }}
24-
uses: docker/login-action@v2
24+
uses: docker/login-action@v4
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)