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