Update docker-image.yml
This commit is contained in:
parent
e9c83e30da
commit
297b61ec61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
uses: docker/metadata-action@v4.3.0
|
uses: docker/metadata-action@v4.3.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
# ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}
|
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}
|
||||||
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}
|
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=schedule
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue