Skip to content

Commit

Permalink
Merge pull request #2065 from projectcaluma/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/login-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
Yelinz authored Dec 12, 2023
2 parents d38a456 + 72e6077 commit 78c6506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 78c6506

Please sign in to comment.