watchdog-go: fix
/ test (pull_request) Successful in 2s
/ build-docker-image (pull_request) Failing after 12s

This commit is contained in:
2024-03-11 18:35:40 +09:00
parent 27b77e420c
commit abd7ad71fc
+2 -2
View File
@@ -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