diff --git a/.gitea/workflows/watchdog-build.yaml b/.gitea/workflows/watchdog-build.yaml index 4e0ceee..9fdfc9e 100644 --- a/.gitea/workflows/watchdog-build.yaml +++ b/.gitea/workflows/watchdog-build.yaml @@ -34,4 +34,4 @@ jobs: context: ./watchdog-go tags: git.usbharu.dev/usbharu/watchdog-go:latest,git.usbharu.dev/usbharu/watchdog-go:${{ github.sha }} - push: $${{ github.event.pull_request.merged == true }} \ No newline at end of file + push: ${{ github.event.pull_request.merged == true }} \ No newline at end of file