添加 .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
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:
parent
b09805f2e1
commit
c887293f4f
11
.gitea/workflows/build-docker.yml
Normal file
11
.gitea/workflows/build-docker.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user