From 8ec3b54907975f97182b861892af0bc7e0d00295 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:19:29 +0300 Subject: [PATCH] Build image --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f5734ba..d985933 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -40,7 +40,7 @@ steps: echo "💡 Setting status-api image tag to: $TAG" yq -i ".api.image.tag = \"$TAG\"" manifests/gitops-status-server/values.yaml git add manifests/gitops-status-server/values.yaml - git commit -m "ci: update status-api tag to $TAG" || echo "No changes" + 'git commit -m "ci: update status-api tag to $TAG" || echo "No changes"' git push origin HEAD trigger-gitops: @@ -61,5 +61,5 @@ steps: - cd apps-gitops - echo "# trigger at $(date) by gitops-status-api" >> .trigger - git add .trigger - - git commit -m "ci: trigger apps-gitops build (gitops-status-api)" || echo "no changes" + - 'git commit -m "ci: trigger apps-gitops build (gitops-status-api)" || echo "no changes"' - git push origin HEAD