test5
All checks were successful
Build And Test / build-and-push (push) Successful in 7s

This commit is contained in:
2025-10-22 10:54:33 +09:00
parent 0b2b68e3a2
commit bc992e2897
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ jobs:
chmod +x /usr/local/bin/yq
echo "✅ Updating container name in patch-deployment.yaml..."
yq -i '.spec.template.spec.containers[0].name = "msa-django-ansible-${{ steps.img-ver.outputs.content }}"' patch-deployment.yaml
yq e -i '.spec.template.spec.containers[0].name = "msa-django-ansible-${{ steps.img-ver.outputs.content }}"' patch-deployment.yaml
echo "✅ Final patch-deployment.yaml content:"
cat patch-deployment.yaml

View File

@ -1 +1 @@
v0.0.4-test4
v0.0.4-test5