From ea376d0b1f6d951d7b48fd447576365cdb1aab7f Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:36:39 +0900 Subject: [PATCH] watchdog-go: fix --- .gitea/workflows/watchdog-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/watchdog-build.yaml b/.gitea/workflows/watchdog-build.yaml index 47f0646..5aad66b 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: /watchdog-go + 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