Merge pull request #12462 from backstage/renovate/docker-login-action-2.x
chore(deps): update docker/login-action action to v2
This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
||||
working-directory: ./example-app
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
||||
Reference in New Issue
Block a user