Skip to content

Commit 32f32a1

Browse files
authored
Merge pull request #22 from openfoodfacts/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 1 to 3
2 parents 074087d + 308bbe7 commit 32f32a1

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@v1
38+
uses: docker/login-action@v3
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@v1
146+
uses: docker/login-action@v3
147147
with:
148148
registry: ghcr.io
149149
username: ${{ github.actor }}

0 commit comments

Comments
 (0)