Skip to content

Commit f0a70dd

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 afd53cd commit f0a70dd

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
@@ -92,14 +92,14 @@ jobs:
9292
matrix: ${{ fromJson(needs.setup-matrix.outputs.tag_matrix) }}
9393
steps:
9494
- name: Log in to the ghcr.io registry
95-
uses: docker/login-action@v3
95+
uses: docker/login-action@v4
9696
with:
9797
registry: ghcr.io
9898
username: ${{ github.repository_owner }}
9999
password: ${{ secrets.GITHUB_TOKEN }}
100100

101101
- name: Log in to the docker.io registry
102-
uses: docker/login-action@v3
102+
uses: docker/login-action@v4
103103
with:
104104
registry: docker.io
105105
username: voxpupulibot

0 commit comments

Comments
 (0)