This repository has been archived on 2025-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
test/.gitea/workflows/build.yml
merlin bfb85a220f
Some checks failed
Docker Image CI / build (push) Has been cancelled
更新 .gitea/workflows/build.yml
2025-10-20 16:44:23 +00:00

16 lines
294 B
YAML

name: Docker Image CI
on:
push:
branches:
- main
jobs:
build:
runs-on: controller:host
container:
image: harbor.merlin.xin/mirrors/quay.io/buildah/stable:v1.36.0
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: see ls
run: ls