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 f174b0bf82
Some checks failed
Docker Image CI / build (push) Failing after 4s
fix: ci
2025-10-21 11:49:31 +08:00

16 lines
297 B
YAML

name: Docker Image CI
on:
push:
branches:
- main
jobs:
build:
runs-on: [rke2,docker]
container:
image: harbor.merlin.xin/mirrors/gcr.io/kaniko-project/executor:debug
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: see ls
run: ls