Skip to content

Commit 72caee3

Browse files
chore(deps): bump docker/login-action in /actions/docker-action (#648)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...b45d80f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20f3073 commit 72caee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/docker-action/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,15 +269,15 @@ runs:
269269

270270
- name: Log in to GitHub Container Registry
271271
if: ${{ contains(env.REGISTRY, 'ghcr.io') }}
272-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
272+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
273273
with:
274274
registry: ghcr.io
275275
username: ${{ github.actor }}
276276
password: ${{ env.GITHUB_TOKEN }}
277277

278278
- name: Login to Docker Hub
279279
if: ${{ contains(env.REGISTRY, 'docker.io') }}
280-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
280+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
281281
with:
282282
username: ${{ inputs.docker-io-login }}
283283
password: ${{ inputs.docker-io-token }}

0 commit comments

Comments
 (0)