Skip to content

Commit f88caa2

Browse files
build(deps): bump docker/login-action
Bumps the docker-actions group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd86050 commit f88caa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/__call-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,14 @@ jobs:
239239
240240
- name: Log in to Docker Hub
241241
if: inputs.publish_release == 'true' # PRs do not have access to secrets
242-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
242+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
243243
with:
244244
username: ${{ secrets.DOCKER_HUB_USERNAME }}
245245
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
246246

247247
- name: Log in to the Container registry
248248
if: inputs.publish_release == 'true' # PRs do not have access to secrets
249-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
249+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
250250
with:
251251
registry: ghcr.io
252252
username: ${{ secrets.GH_BOT_NAME }}

0 commit comments

Comments
 (0)