watchdog-go: fix
This commit is contained in:
parent
d91c38b537
commit
d8745c9290
|
@ -38,7 +38,7 @@ jobs:
|
||||||
registry: git.usbharu.dev
|
registry: git.usbharu.dev
|
||||||
username: usbharu
|
username: usbharu
|
||||||
password: ${{ secrets.DEPLOY_TOKEN }}
|
password: ${{ secrets.DEPLOY_TOKEN }}
|
||||||
- uses: docker/build-push-action@v3
|
- uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue