huanghs
16eb92e61b
Some checks failed
Gitea Actions Demo / build-docker (push) Waiting to run
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / build (push) Blocked by required conditions
Cache Npx / task (push) Successful in 30s
Gitea Actions Demo / setup (push) Has been cancelled
22 lines
528 B
YAML
22 lines
528 B
YAML
name: Gitea Actions Demo
|
|
on: [push]
|
|
jobs:
|
|
build-docker:
|
|
runs-on: dell
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 1
|
|
|
|
- name: Docker build push
|
|
#uses: seepine/action-docker-build-push@v1
|
|
uses: ./.gitea/actions/action-docker-build-push
|
|
with:
|
|
push: false
|
|
file: ./docker/Dockerfile
|
|
platforms: linux/amd64,linux/arm64
|
|
registry: git.zgfxrc.cn
|
|
username: huanghs
|
|
|
|
- run: echo The end |