Skip to content

Commit bb96fb5

Browse files
chore(deps): update docker/login-action action to v4.6.0
1 parent 27c7185 commit bb96fb5

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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
262+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
269+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
270270
with:
271271
registry: ghcr.io
272272
username: ${{ inputs.gh_bot_name }}

0 commit comments

Comments
 (0)