watchdog-go: ci 手動実行を許可 #1

Merged
usbharu merged 19 commits from ci into master 2024-03-11 10:09:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 07df905c79 - Show all commits

View File

@ -41,6 +41,6 @@ jobs:
- uses: https://github.com/docker/build-push-action@v5 - uses: https://github.com/docker/build-push-action@v5
with: with:
context: . context: .
file: ./Dockerfile # file: ./Dockerfile
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: true push: true