Skip to content

Commit d3a7efe

Browse files
Bump docker/login-action from 3.5.0 to 3.6.0 (#793)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.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 b9be7bf commit d3a7efe

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
@@ -167,7 +167,7 @@ jobs:
167167
- name: Build extender
168168
run: ./gradlew -PextenderVersion=${{ steps.version.outputs.tag_version }} server:bootJar
169169
- name: Login to Google Artifact registry (Docker)
170-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
170+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
171171
with:
172172
registry: ${{ env.GOOGLE_ARTIFACT_REGISTRY }}
173173
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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
90+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
9191
with:
9292
registry: ${{ env.GOOGLE_ARTIFACT_REGISTRY }}
9393
username: _json_key

0 commit comments

Comments
 (0)