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

This commit is contained in:
usbharu 2024-03-11 18:35:40 +09:00
parent 27b77e420c
commit abd7ad71fc
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 2 additions and 2 deletions

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