Skip to content

Commit d37054f

Browse files
ci(deps): update docker/login-action action to v4.5.0
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v4.4.0 | v4.5.0 |
1 parent 23fadc6 commit d37054f

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

0 commit comments

Comments
 (0)