Update .gitea/workflows/workflow_dispatch.yaml

This commit is contained in:
lobo 2025-04-11 22:15:21 +00:00
parent 5edb698b00
commit 8434c41cfa

View file

@ -17,7 +17,7 @@ jobs:
name: Build and push name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: zig-out/container context: ./zig-out/container
push: false push: false
tags: user/app:latest tags: user/app:latest
# - # -