ci: upload to ghcr.io
This commit is contained in:
parent
a1e0139f48
commit
4a352f719b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: docker push ${{ env.IMAGE_NAME }}
|
- run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue