Update release.yml
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GHCR_PASSWORD }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/build-push-action@v2 # Action page: <https://github.com/docker/build-push-action>
|
- uses: docker/build-push-action@v2 # Action page: <https://github.com/docker/build-push-action>
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user