watchdog-go: fix
This commit is contained in:
parent
7bf8e56c28
commit
d91c38b537
|
@ -38,5 +38,9 @@ jobs:
|
|||
registry: git.usbharu.dev
|
||||
username: usbharu
|
||||
password: ${{ secrets.DEPLOY_TOKEN }}
|
||||
- run: docker build ./ watchdog-go -t latest -t ${{ github.sha }}
|
||||
- run: docker push git.usbharu.dev/usbharu/watchdog-go:${{ github.sha }}
|
||||
- uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
tags: git.usbharu.dev/usbharu/watchdog-go:latest,git.usbharu.dev/usbharu/watchdog-go:${{ github.sha }}
|
||||
push: true
|
Loading…
Reference in New Issue