Skip to content

Commit b9e4e2f

Browse files
Bump docker/login-action from 4.5.2 to 4.6.0 (#39552)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@371161b...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.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 0de9a67 commit b9e4e2f

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

0 commit comments

Comments
 (0)