watchdog-go: fix
This commit is contained in:
parent
7bf8e56c28
commit
d91c38b537
|
@ -38,5 +38,9 @@ jobs:
|
||||||
registry: git.usbharu.dev
|
registry: git.usbharu.dev
|
||||||
username: usbharu
|
username: usbharu
|
||||||
password: ${{ secrets.DEPLOY_TOKEN }}
|
password: ${{ secrets.DEPLOY_TOKEN }}
|
||||||
- run: docker build ./ watchdog-go -t latest -t ${{ github.sha }}
|
- uses: docker/build-push-action@v3
|
||||||
- run: docker push git.usbharu.dev/usbharu/watchdog-go:${{ github.sha }}
|
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