GHA docker/login-action to v2
This commit is contained in:
2
.github/workflows/reusable-docker-build.yaml
vendored
2
.github/workflows/reusable-docker-build.yaml
vendored
@@ -130,7 +130,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Login to GHCR
|
name: Login to GHCR
|
||||||
if: inputs.ghcr-enable
|
if: inputs.ghcr-enable
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|||||||
Reference in New Issue
Block a user