添加 .gitea/workflows/build-docker.yml
Some checks failed
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 Actions Demo / test (push) Has been cancelled
Gitea Actions Demo / build (push) Has been cancelled
Gitea Actions Demo / setup (push) Has been cancelled
Gitea Actions Demo / build-docker (push) Failing after 4s

This commit is contained in:
huanghs 2024-06-24 09:26:19 +08:00
parent b09805f2e1
commit c887293f4f

View File

@ -0,0 +1,11 @@
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