Skip to content

Commit 708d89a

Browse files
Merge pull request #16 from OpenVoxProject/dependabot/github_actions/docker/login-action-4
chore(deps): Bump docker/login-action from 3 to 4
2 parents bb61b3b + ed06e97 commit 708d89a

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)