build(deps): bump docker/login-action from 4 to 4.5.2

Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v4...v4.5.2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-31 17:23:46 +00:00
committed by GitHub
parent 9b607d36ea
commit a720690d8e
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
DOCKER_EXTRA: --platform=linux/amd64,linux/arm64
VERSION: ${{ inputs.version }}
- name: Login to Docker Hub
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
+7 -7
View File
@@ -215,7 +215,7 @@ jobs:
- name: Login to Docker Hub
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
continue-on-error: true
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
@@ -265,7 +265,7 @@ jobs:
- name: Login to Docker Hub
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
continue-on-error: true
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
@@ -397,7 +397,7 @@ jobs:
- name: Login to Docker Hub
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
continue-on-error: true
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
@@ -494,7 +494,7 @@ jobs:
- name: Login to Docker Hub
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
continue-on-error: true
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
@@ -578,7 +578,7 @@ jobs:
- name: Login to Docker Hub
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
continue-on-error: true
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
@@ -693,7 +693,7 @@ jobs:
- name: Login to Docker Hub
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
continue-on-error: true
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
@@ -718,7 +718,7 @@ jobs:
DOCKER_BUILDKIT: 1
- name: Login to Docker Hub
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }}
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}