action-demo/.gitea/workflows/build-docker.yml
huanghs 3f99078701
Some checks failed
Cache Npx / task (push) Waiting to run
Gitea Actions Demo / setup (push) Failing after 17s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Gitea Actions Demo / build-docker (push) Failing after 55s
更新 .gitea/workflows/build-docker.yml
2024-10-21 16:57:09 +08:00

22 lines
537 B
YAML

name: Gitea Actions Demo
on: [push]
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Docker build push
#uses: seepine/action-docker-build-push@v1
uses: ./.gitea/actions/action-docker-build-push
with:
push: false
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64
registry: git.zgfxrc.cn
username: huanghs
- run: echo The end