Update .gitea/workflows/workflow_dispatch.yaml
This commit is contained in:
parent
fbc4dd3603
commit
07cecbfce5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./zig-out/container
|
||||
context: zig-out/container
|
||||
push: false
|
||||
tags: user/app:latest
|
||||
# -
|
||||
|
|
Loading…
Add table
Reference in a new issue