Build image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-04-21 13:19:29 +03:00
parent b660491899
commit 8ec3b54907

View File

@ -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