Skip to content

Commit

Permalink
Update docker/login-action action to v3 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: projectorigin-renovate[bot] <150237208+projectorigin-renovate[bot]@users.noreply.github.com>
  • Loading branch information
projectorigin-renovate[bot] authored Mar 22, 2024
1 parent c505388 commit dc9de84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-push-container-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry if token is set
uses: docker/login-action@v2
uses: docker/login-action@v3
if: inputs.push
with:
registry: ghcr.io
Expand Down

0 comments on commit dc9de84

Please sign in to comment.