Skip to content

Commit 43b52b5

Browse files
ci(deps): update docker/login-action action to v4.5.1
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v4.4.0 | v4.5.1 |
1 parent 1080aba commit 43b52b5

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

0 commit comments

Comments
 (0)