Skip to content

Commit 1b1b706

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

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@af1e73f918a031802d376d3c8bbc3fe56130a9b0
319+
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c
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@af1e73f918a031802d376d3c8bbc3fe56130a9b0
47+
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c
4848
with:
4949
username: ${{ secrets.DOCKERHUB_USER }}
5050
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)