mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-08 20:59:47 +10:00
Update
This commit is contained in:
@@ -78,10 +78,10 @@ jobs:
|
||||
run: |
|
||||
set -e
|
||||
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}"
|
||||
|
||||
- name: Commit manifest changes
|
||||
|
||||
Reference in New Issue
Block a user