Skip to content

Commit

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

Bump docker/login-action from 2 to 3
  • Loading branch information
rra committed Jan 18, 2024
2 parents 3eb8651 + 27c1e00 commit a34f1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
uses: docker/setup-buildx-action@v2

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: fromJSON(inputs.push) == true
with:
registry: ghcr.io
Expand Down

0 comments on commit a34f1fb

Please sign in to comment.