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 0879ac3b9d
Some checks failed
Docker Image CI / build (push) Failing after 23s
更新 .gitea/workflows/build.yml
2025-10-20 15:56:06 +00:00

16 lines
289 B
YAML

name: Docker Image CI
on:
push:
branches:
- main
jobs:
build:
runs-on: controller
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