Merge pull request #1345 from Retrospring/dependabot/github_actions/docker/login-action-3
This commit is contained in:
commit
2b89f254b0
|
@ -38,7 +38,7 @@ jobs:
|
||||||
esac
|
esac
|
||||||
|
|
||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|
Loading…
Reference in New Issue