action-demo/.gitea/workflows/build-docker.yml
huanghs 64e514eadc
Some checks failed
Gitea Actions Demo / setup (push) Waiting to run
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / build (push) Blocked by required conditions
Gitea Actions Demo / build-docker (push) Failing after 7s
build / build (18.x) (push) Has been cancelled
build / build (16.x) (push) Has been cancelled
build / build (10.x) (push) Has been cancelled
Gitea Actions Demo / Gitea-Actions (push) Has been cancelled
更新 .gitea/workflows/build-docker.yml
2024-06-24 09:29:07 +08:00

13 lines
263 B
YAML

name: Gitea Actions Demo
on: [push]
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Docker build push
uses: ./.gitea/actions/action-docker-build-push
- run: The end