Skip to content

Commit

Permalink
Merge pull request #37 from openfoodfacts/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/login-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
teolemon authored Jul 16, 2024
2 parents af79394 + 311698f commit a7f0fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
buildkitd-flags: --debug

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit a7f0fde

Please sign in to comment.