action-demo/.gitea/workflows/build-docker.yml
huanghs de549074a2
Some checks failed
Gitea Actions Demo / setup (push) Failing after 10s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Cache Npx / task (push) Successful in 33s
Gitea Actions Demo / build-docker (push) Failing after 49s
更新 .gitea/workflows/build-docker.yml
2024-10-18 17:17:52 +08:00

21 lines
480 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
with:
push: false
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64
registry: git.zgfxrc.cn
username: huanghs
- run: echo The end