Skip to content

Commit 8cef286

Browse files
chore(deps): update docker/login-action action to v4.4.0 (#779)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a137271 commit 8cef286

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/__call-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,14 +259,14 @@ jobs:
259259
260260
- name: Log in to Docker Hub
261261
if: inputs.publish_release == 'true' # PRs do not have access to secrets
262-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
262+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
263263
with:
264264
username: ${{ inputs.docker_hub_username }}
265265
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
266266

267267
- name: Log in to the Container registry
268268
if: inputs.publish_release == 'true' # PRs do not have access to secrets
269-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
269+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
270270
with:
271271
registry: ghcr.io
272272
username: ${{ inputs.gh_bot_name }}

0 commit comments

Comments
 (0)