Skip to content

Commit

Permalink
Merge pull request #15 from rwxd/renovate/docker-login-action-2.x
Browse files Browse the repository at this point in the history
fix(deps): update docker/login-action action to v2
  • Loading branch information
rwxd committed May 9, 2022
2 parents 34accb9 + 129cf14 commit d9e8aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit d9e8aa0

Please sign in to comment.