Skip to content

Commit be97cea

Browse files
ci(deps): update docker/login-action action to v4.5.2 (#1328)
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v4.5.1 | v4.5.2 |
1 parent 53ac162 commit be97cea

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@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
86+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
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@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
155+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
156156
with:
157157
registry: ghcr.io
158158
username: ${{ github.actor }}

0 commit comments

Comments
 (0)