Skip to content

Commit 28c113b

Browse files
ci(deps): bump docker/login-action from 3.7.0 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b68e7f8 commit 28c113b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_docker-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# GHCR login runs before the build — needed to pull ghcr.io/astral-sh/uv.
7676
- name: Login to GHCR
7777
if: inputs.push
78-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
78+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.actor }}
@@ -159,7 +159,7 @@ jobs:
159159
# with public image pulls during the build step.
160160
- name: Login to Docker Hub
161161
if: inputs.push
162-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
162+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
163163
with:
164164
username: ${{ secrets.DOCKERHUB_USERNAME }}
165165
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)