Skip to content

Commit

Permalink
Merge pull request #5 from SlashNephy/renovate/docker-login-action-2.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v2
  • Loading branch information
SlashNephy committed May 6, 2022
2 parents a6f5d9d + bcd6c6f commit 35043c4
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 @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Login to ghcr.io
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 35043c4

Please sign in to comment.