Skip to content

Commit 0ec0847

Browse files
Bump docker/login-action from 4.3.0 to 4.4.0 (#39217)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c99871d...af1e73f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.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 a3d3297 commit 0ec0847

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
@@ -295,7 +295,7 @@ jobs:
295295
# settings.xml file
296296
run: rm ~/.m2/settings.xml || true
297297
- name: Login to Docker Hub
298-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4
298+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0
299299
with:
300300
username: ${{ secrets.DOCKERHUB_USER }}
301301
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@c99871dec2022cc055c062a10cc1a1310835ceb4
47+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0
4848
with:
4949
username: ${{ secrets.DOCKERHUB_USER }}
5050
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)