Skip to content

Commit eb48389

Browse files
Bump docker/login-action from 3.7.0 to 4.0.0 (#878)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 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 96643fa commit eb48389

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/application-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Build extender
171171
run: ./gradlew -PextenderVersion=${{ steps.version.outputs.tag_version }} server:bootJar
172172
- name: Login to Google Artifact registry (Docker)
173-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
173+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
174174
with:
175175
registry: ${{ env.GOOGLE_ARTIFACT_REGISTRY }}
176176
username: _json_key

.github/workflows/docker-env-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
echo "target_registry=$TARGET_REGISTRY" >> $GITHUB_OUTPUT
9494
echo "build_platforms=$BUILD_PLATFORMS" >> $GITHUB_OUTPUT
9595
- name: Login to Google Artifact registry
96-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
96+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
9797
with:
9898
registry: ${{ env.GOOGLE_ARTIFACT_REGISTRY }}
9999
username: _json_key

0 commit comments

Comments
 (0)