From 09b06146952351e10872471a1b23227c85312310 Mon Sep 17 00:00:00 2001 From: Unchained Date: Sun, 5 Apr 2026 12:03:27 +0200 Subject: [PATCH] fix: remove kubectl annotate from build workflow - Remove kubectl command that was causing build failures - Flux will auto-detect new image within 5 minutes via polling - Simpler, more reliable build process --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9f8e5c9..9f1ed81 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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