Skip to content

Commit 18e43c3

Browse files
build: bump docker/login-action (#4415)
Bumps the github-actions group with 1 update in the /.github/actions/build-and-publish-docker directory: [docker/login-action](https://github.com/docker/login-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c45ae10 commit 18e43c3

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/build-and-publish-docker

1 file changed

+1
-1
lines changed

.github/actions/build-and-publish-docker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: "composite"
2424
steps:
2525
- name: Log in to the Elastic Container registry
26-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
26+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
2727
with:
2828
registry: ${{ inputs.registry }}
2929
username: ${{ inputs.username }}

0 commit comments

Comments
 (0)