Skip to content

Commit

Permalink
Merge pull request #8 from appuio/renovate/docker-login-action-2.x
Browse files Browse the repository at this point in the history
Update docker/login-action action to v2
  • Loading branch information
ccremer authored May 6, 2022
2 parents fb2c924 + c0d2403 commit 3c66ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
images: ghcr.io/${{ github.repository }}

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

0 comments on commit 3c66ebd

Please sign in to comment.