Skip to content

Commit 7630265

Browse files
build(deps): bump docker/login-action from 4.4.0 to 4.6.0 (#2519)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@af1e73f...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 07c2094 commit 7630265

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Log in to Docker Hub
5555
if: github.repository_owner == 'flannel-io' && success()
56-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 #v4.4.0
56+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f #v4.6.0
5757
with:
5858
username: ${{ secrets.DOCKER_USERNAME }}
5959
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -99,7 +99,7 @@ jobs:
9999
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c #v4.2.0
100100

101101
- name: Log in to the Container registry
102-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 #v4.4.0
102+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f #v4.6.0
103103
with:
104104
registry: ${{ env.REGISTRY }}
105105
username: ${{ github.actor }}

0 commit comments

Comments
 (0)