fix: force no-cache build
All checks were successful
Build and Deploy / build (push) Successful in 1s

This commit is contained in:
Unchained
2026-04-05 13:05:28 +02:00
parent bea6aba014
commit 2097280f20

View File

@@ -10,10 +10,8 @@ jobs:
steps: steps:
- name: Trigger BuildKit Build - name: Trigger BuildKit Build
run: | run: |
# Delete old job if exists
kubectl delete job build-manoon-headless-action -n gitea --ignore-not-found=true 2>/dev/null || true kubectl delete job build-manoon-headless-action -n gitea --ignore-not-found=true 2>/dev/null || true
# Create build job with build args
cat << 'JOBEOF' | kubectl apply -f - cat << 'JOBEOF' | kubectl apply -f -
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
@@ -51,6 +49,7 @@ jobs:
--opt build-arg:NEXT_PUBLIC_OPENPANEL_CLIENT_ID=fa61f8ae-0b5d-4187-a9b1-5a04b0025674 \ --opt build-arg:NEXT_PUBLIC_OPENPANEL_CLIENT_ID=fa61f8ae-0b5d-4187-a9b1-5a04b0025674 \
--opt build-arg:NEXT_PUBLIC_RYBBIT_HOST=https://rybbit.nodecrew.me \ --opt build-arg:NEXT_PUBLIC_RYBBIT_HOST=https://rybbit.nodecrew.me \
--opt build-arg:NEXT_PUBLIC_RYBBIT_SITE_ID=1 \ --opt build-arg:NEXT_PUBLIC_RYBBIT_SITE_ID=1 \
--no-cache \
--output type=image,name=ghcr.io/unchainedio/manoon-headless:latest,push=true --output type=image,name=ghcr.io/unchainedio/manoon-headless:latest,push=true
volumeMounts: volumeMounts:
- name: workspace - name: workspace