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 eac093f265
Some checks failed
Docker Image CI / build (release) Failing after 0s
test: values
2025-10-22 20:47:51 +08:00

15 lines
296 B
YAML

name: Docker Image CI
on:
release:
types:
- published
jobs:
build:
runs-on: gitea-official-runner
container:
image: harbor.merlin.xin/testing/merlin/builder:v0.0.0
steps:
- name: Checkout code
uses: |
echo $GITEA_REF_NAME $GITEA_RELEASE_TITLE