Update release.yml
This commit is contained in:
parent
978cd98ff3
commit
541fac5147
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user