action-demo/.gitea/workflows/build-docker.yml

22 lines
537 B
YAML
Raw Normal View History

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
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