Update .forgejo/workflows/build.yaml
All checks were successful
Trigger CI Pipeline / dispatch (push) Successful in 3s

This commit is contained in:
ember 2026-03-16 17:55:49 +00:00
parent 6df574a17d
commit 8c238766d1

View file

@ -11,11 +11,14 @@ jobs:
container: container:
image: docker:cli image: docker:cli
steps: steps:
- name: Install git
run: apk add --no-cache git
- name: Checkout Continuwuity - name: Checkout Continuwuity
uses: actions/checkout@v4 run: |
with: REF=${{ github.event.client_payload.ref || 'main' }}
repository: ember/continuwuity git clone --depth 1 --branch "${REF##refs/heads/}" \
ref: ${{ github.event.client_payload.ref || 'main' }} http://forgejo.tooling.svc.cluster.local:3000/ember/continuwuity.git .
- name: Build container image - name: Build container image
run: | run: |