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