This commit is contained in:
2025-10-31 11:35:48 +11:00
parent f75fbda8c6
commit bb7cfacb1f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
IMAGE_VERSION="${{ steps.version.outputs.version }}"
# Replace {{IMAGE_VERSION}} in template with actual version
cat k8s/manifest-template.yaml | sed "s/{{IMAGE_VERSION}}/${IMAGE_VERSION}/g" > k8s/manifest.yaml
cat manifest-template.yaml | sed "s/{{IMAGE_VERSION}}/${IMAGE_VERSION}/g" > k8s/manifest.yaml
echo "✅ Updated manifest with version: ${IMAGE_VERSION}"