Update main.yml
parent
70eef37788
commit
03e8955f88
|
@ -40,5 +40,6 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
file: Dockerfile
|
context: .
|
||||||
|
file: ./Dockerfile
|
||||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey:latest
|
tags: ${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey:latest
|
||||||
|
|
Loading…
Reference in New Issue