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

13 lines
263 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
- name: Docker build push
uses: ./.gitea/actions/action-docker-build-push
- run: The end