From bdc35ff2b4c0f047baa7629b88f19505547add31 Mon Sep 17 00:00:00 2001 From: Unchained Date: Sun, 5 Apr 2026 11:31:59 +0200 Subject: [PATCH] fix: remove quotes from date command in build workflow --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a5036d7..cd2a5de 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -60,7 +60,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)" + kubectl annotate kustomization -n flux-system manoonoils-storefront --overwrite reconcile.fluxcd.io/requestedAt=$(date +%s) echo "Done!" volumeMounts: - name: workspace