Skip to content

Commit 0c85634

Browse files
chore(ci): bump docker/login-action from 4.5.2 to 4.6.0 (#390)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@371161b...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.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 fd74107 commit 0c85634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
5252
5353
- name: Login to docker.io Container Registry
54-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
54+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
5555
with:
5656
registry: docker.io
5757
username: ${{ secrets.DOCKER_IO_USERNAME }}

0 commit comments

Comments
 (0)