diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c183a9..e2fed4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ deploy: fi # Update values.yaml with the new tag - yq e ".image.tag = \"${TAG}\"" -i "${VALUES_FILE}" + /tmp/yq e ".image.tag = \"${TAG}\"" -i "${VALUES_FILE}" echo "Updated ${VALUES_FILE} with image.tag=${TAG}" # Configure git identity