Skip to content

Commit a5fdcc8

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 5aa26ce commit a5fdcc8

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
@@ -73,7 +73,7 @@ jobs:
7373
# GHCR login runs before the build — needed to pull ghcr.io/astral-sh/uv.
7474
- name: Login to GHCR
7575
if: inputs.push
76-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
76+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.actor }}
@@ -157,7 +157,7 @@ jobs:
157157
# with public image pulls during the build step.
158158
- name: Login to Docker Hub
159159
if: inputs.push
160-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
160+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
161161
with:
162162
username: ${{ secrets.DOCKERHUB_USERNAME }}
163163
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)