Try the new pipeline

This commit is contained in:
dvirlabs 2025-06-15 05:26:23 +03:00
parent 881f2444c9
commit 8875be5270

View File

@ -57,6 +57,8 @@ steps:
- git add values.yaml - git add values.yaml
- git commit -m "Update labmap image tag to ${IMAGE_TAG}" - git commit -m "Update labmap image tag to ${IMAGE_TAG}"
- git push origin master - git push origin master
secrets: settings:
- GIT_TOKEN username:
- GIT_USERNAME from_secret: GIT_USERNAME
password:
from_secret: GIT_TOKEN