Update .gitea/workflows/workflow_dispatch.yaml
This commit is contained in:
parent
040c256ab4
commit
77b4ff5751
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: zig-out/container
|
context: zig-out/container
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
load: true
|
# load: true # will not work for multiplatform
|
||||||
push: false
|
push: true
|
||||||
tags: user/app:latest
|
tags: user/app:latest
|
||||||
# -
|
# -
|
||||||
# if: always()
|
# if: always()
|
||||||
|
|
Loading…
Add table
Reference in a new issue