Update .forgejo/workflows/build.yaml
All checks were successful
Trigger CI Pipeline / dispatch (push) Successful in 3s
All checks were successful
Trigger CI Pipeline / dispatch (push) Successful in 3s
This commit is contained in:
parent
6df574a17d
commit
8c238766d1
1 changed files with 7 additions and 4 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue