watchdog-go: ci動作の条件を変更 #4
|
@ -34,4 +34,4 @@ jobs:
|
||||||
context: ./watchdog-go
|
context: ./watchdog-go
|
||||||
|
|
||||||
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: $${{ github.event.pull_request.merged == true }}
|
push: ${{ github.event.pull_request.merged == true }}
|
Loading…
Reference in New Issue