Skip to content

Commit ed06e97

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 bb61b3b commit ed06e97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ jobs:
8080
matrix: ${{ fromJson(needs.setup-matrix.outputs.tag_matrix) }}
8181
steps:
8282
- name: Log in to the ghcr.io registry
83-
uses: docker/login-action@v3
83+
uses: docker/login-action@v4
8484
with:
8585
registry: ghcr.io
8686
username: ${{ needs.downcase.outputs.repository_owner }}
8787
password: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: Log in to the docker.io registry
90-
uses: docker/login-action@v3
90+
uses: docker/login-action@v4
9191
with:
9292
registry: docker.io
9393
username: voxpupulibot

0 commit comments

Comments
 (0)