Skip to content

Commit

Permalink
Merge pull request #369 from orf/dependabot/github_actions/docker/log…
Browse files Browse the repository at this point in the history
…in-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
orf authored Oct 11, 2023
2 parents 63fb8db + 9b7ad52 commit 8c27d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 8c27d0a

Please sign in to comment.