Skip to content

Commit 8cc8333

Browse files
Merge pull request #110 from OpenVoxProject/dependabot/github_actions/docker/login-action-4
chore(deps): bump docker/login-action from 3 to 4
2 parents afd53cd + f0a70dd commit 8cc8333

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)