Try to push to my-apps repo

This commit is contained in:
dvirlabs 2025-06-16 21:48:22 +03:00
parent 7042829f7b
commit 78df21c8bc

View File

@ -58,4 +58,5 @@ steps:
- yq -i '.image.tag = "${CI_COMMIT_SHA:0:7}"' manifests/labmap/values.yaml - yq -i '.image.tag = "${CI_COMMIT_SHA:0:7}"' manifests/labmap/values.yaml
- git add manifests/labmap/values.yaml - git add manifests/labmap/values.yaml
- "git commit -m 'labmap: update image tag to ${CI_COMMIT_SHA:0:7}' || echo 'No changes'" - "git commit -m 'labmap: update image tag to ${CI_COMMIT_SHA:0:7}' || echo 'No changes'"
- git push origin master - git push origin master