Skip to content

Commit e7a122c

Browse files
chore(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73cb964 commit e7a122c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
buildkitd-flags: --debug
3636

3737
- name: Login to DockerHub
38-
uses: docker/login-action@v3
38+
uses: docker/login-action@v4
3939
with:
4040
registry: ghcr.io
4141
username: ${{ github.actor }}

.github/workflows/container-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
# note: normally we should not need this, as image is public,
144144
# but their seems to be a latency between image being pushed and being public
145145
- name: Login to DockerHub
146-
uses: docker/login-action@v3
146+
uses: docker/login-action@v4
147147
with:
148148
registry: ghcr.io
149149
username: ${{ github.actor }}

0 commit comments

Comments
 (0)