Skip to content

Commit 25c6387

Browse files
ci(deps): update docker/login-action action to v4.6.0
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v4.5.2 | v4.6.0 |
1 parent 6ca177b commit 25c6387

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
version: ${{ env.BUILDX_VERSION }}
8484

8585
- name: Log in to the Container registry
86-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
86+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
8787
with:
8888
registry: ghcr.io
8989
username: ${{ github.actor }}
@@ -152,7 +152,7 @@ jobs:
152152
merge-multiple: true
153153

154154
- name: Log in to the Container registry
155-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
155+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
156156
with:
157157
registry: ghcr.io
158158
username: ${{ github.actor }}

0 commit comments

Comments
 (0)