Skip to content

Commit 6d14355

Browse files
chore(deps): bump docker/login-action from 3.6.0 to 4.0.0
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>
1 parent a2259bd commit 6d14355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Login to GitHub Container Registry
4545
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
46-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
46+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4747
with:
4848
registry: ghcr.io
4949
username: ${{github.actor}}

0 commit comments

Comments
 (0)