watchdog-go: fix

This commit is contained in:
usbharu 2024-03-11 18:32:42 +09:00
parent 07df905c79
commit 27b77e420c
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions
.gitea/workflows

View File

@ -41,6 +41,6 @@ jobs:
- uses: https://github.com/docker/build-push-action@v5 - uses: https://github.com/docker/build-push-action@v5
with: with:
context: . context: .
# file: ./Dockerfile file: ./watchdog-go/Dockerfile
tags: git.usbharu.dev/usbharu/watchdog-go:latest,git.usbharu.dev/usbharu/watchdog-go:${{ github.sha }} tags: git.usbharu.dev/usbharu/watchdog-go:latest,git.usbharu.dev/usbharu/watchdog-go:${{ github.sha }}
push: true push: true