From abd7ad71fcfd11d03d36214abb9f9c5c13e0eb0d Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:35:40 +0900 Subject: [PATCH] watchdog-go: fix --- .gitea/workflows/watchdog-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/watchdog-build.yaml b/.gitea/workflows/watchdog-build.yaml index a7fde61..47f0646 100644 --- a/.gitea/workflows/watchdog-build.yaml +++ b/.gitea/workflows/watchdog-build.yaml @@ -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 \ No newline at end of file