action-demo/.gitea/workflows/build-docker.yml
huanghs 254ea7020c
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 32s
Gitea Actions Demo / build-docker (push) Failing after 21s
更新 .gitea/workflows/build-docker.yml
2024-10-14 09:37:18 +08:00

19 lines
418 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
- run: echo The end