Skip to content

Commit 7d8d773

Browse files
Bump docker/login-action from 3.6.0 to 3.7.0 (#847)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 638fb3f commit 7d8d773

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@5e57cd118135c172c3672efd75eb46360885c0ef
173+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
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
@@ -87,7 +87,7 @@ jobs:
8787
echo "target_registry=$TARGET_REGISTRY" >> $GITHUB_OUTPUT
8888
echo "build_platforms=$BUILD_PLATFORMS" >> $GITHUB_OUTPUT
8989
- name: Login to Google Artifact registry
90-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
90+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
9191
with:
9292
registry: ${{ env.GOOGLE_ARTIFACT_REGISTRY }}
9393
username: _json_key

0 commit comments

Comments
 (0)