watchdog-go: fix
This commit is contained in:
parent
27b77e420c
commit
abd7ad71fc
|
@ -40,7 +40,7 @@ jobs:
|
|||
password: ${{ secrets.DEPLOY_TOKEN }}
|
||||
- uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./watchdog-go/Dockerfile
|
||||
context: /watchdog-go
|
||||
|
||||
tags: git.usbharu.dev/usbharu/watchdog-go:latest,git.usbharu.dev/usbharu/watchdog-go:${{ github.sha }}
|
||||
push: true
|
Loading…
Reference in New Issue