chore: set push to true
parent
3b7153ba23
commit
5ab286814a
|
|
@ -62,6 +62,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v3.1.1
|
uses: docker/build-push-action@v3.1.1
|
||||||
with:
|
with:
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
push: true
|
||||||
context: .
|
context: .
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ env.IMAGE_NAME }}:latest
|
ghcr.io/${{ env.IMAGE_NAME }}:latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue