Skip to content

Commit 88a9626

Browse files
Bump docker/login-action from 3 to 4 (#58)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1cfe8b commit 88a9626

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-buildx-action@v4
4242

4343
- name: Log in to Container Registry
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@v4
4545
with:
4646
registry: ${{ env.REGISTRY }}
4747
username: ${{ github.actor }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Log in to Container Registry
143143
if: steps.check-changes.outputs.should_build == 'true'
144-
uses: docker/login-action@v3
144+
uses: docker/login-action@v4
145145
with:
146146
registry: ${{ env.REGISTRY }}
147147
username: ${{ github.actor }}
@@ -522,7 +522,7 @@ jobs:
522522
523523
# Authenticate to pull production image built in docker-build job
524524
- name: Log in to Container Registry
525-
uses: docker/login-action@v3
525+
uses: docker/login-action@v4
526526
with:
527527
registry: ${{ env.REGISTRY }}
528528
username: ${{ github.actor }}
@@ -605,7 +605,7 @@ jobs:
605605
uses: actions/checkout@v7
606606

607607
- name: Log in to Container Registry
608-
uses: docker/login-action@v3
608+
uses: docker/login-action@v4
609609
with:
610610
registry: ${{ env.REGISTRY }}
611611
username: ${{ github.actor }}

0 commit comments

Comments
 (0)