Skip to content

Commit d6ab992

Browse files
Bump docker/login-action from 4.5.0 to 4.5.1 (#39497)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@06fb636...abd2ef4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72d7ae3 commit d6ab992

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_release_candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
# settings.xml file
317317
run: rm ~/.m2/settings.xml || true
318318
- name: Login to Docker Hub
319-
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c
319+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7
320320
with:
321321
username: ${{ secrets.DOCKERHUB_USER }}
322322
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/finalize_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: [self-hosted, ubuntu-24.04, main]
4545
steps:
4646
- name: Login to Docker Hub
47-
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c
47+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7
4848
with:
4949
username: ${{ secrets.DOCKERHUB_USER }}
5050
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)