fix: remove kubectl annotate from build workflow
All checks were successful
Build and Deploy / build (push) Successful in 59s

- Remove kubectl command that was causing build failures
- Flux will auto-detect new image within 5 minutes via polling
- Simpler, more reliable build process
This commit is contained in:
Unchained
2026-04-05 12:03:27 +02:00
parent 7c7611b723
commit 09b0614695

View File

@@ -62,8 +62,7 @@ jobs:
--opt build-arg:NEXT_PUBLIC_RYBBIT_HOST=https://rybbit.nodecrew.me \
--opt build-arg:NEXT_PUBLIC_RYBBIT_SITE_ID=1 \
--output type=image,name=ghcr.io/unchainedio/manoon-headless:latest,push=true
kubectl annotate kustomization -n flux-system manoonoils-storefront --overwrite reconcile.fluxcd.io/requestedAt=$(date +%s)
echo "Done!"
echo "Build complete! Image pushed to GHCR."
volumeMounts:
- name: workspace
mountPath: /workspace