This commit is contained in:
dvirlabs 2025-06-15 06:08:32 +03:00
parent bed8e728d3
commit 5eae807615

View File

@ -54,10 +54,10 @@ steps:
- apk add --no-cache git curl yq
- git config --global user.name "Woodpecker Bot"
- git config --global user.email "ci@dvirlabs.com"
- echo "${GIT_USERNAME:0:3}***"
- git clone https://${GIT_USERNAME}:${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/my-apps.git
- cd my-apps/manifests/labmap
- yq -i ".image.tag = \"${IMAGE_TAG}\"" values.yaml
- git add values.yaml
- git commit -m "Update labmap image tag to ${IMAGE_TAG}" || echo "Nothing to commit"
- git push origin master