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