Update .gitea/workflows/workflow_dispatch.yaml
This commit is contained in:
parent
8e2801d18c
commit
44039afcb9
1 changed files with 11 additions and 1 deletions
|
@ -10,3 +10,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
|
-
|
||||||
|
name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
-
|
||||||
|
name: Build and push
|
||||||
|
uses: docker/build-push-action@v6
|
||||||
|
with:
|
||||||
|
context: zig-out/container
|
||||||
|
push: false
|
||||||
|
tags: user/app:latest
|
Loading…
Add table
Reference in a new issue