test4
Some checks failed
Build And Test / build-and-push (push) Failing after 7s

This commit is contained in:
2025-10-22 10:53:42 +09:00
parent d4aef31b4b
commit 0b2b68e3a2
2 changed files with 3 additions and 3 deletions

View File

@ -71,8 +71,8 @@ jobs:
kustomize edit set image harbor.icurfer.com/msa-demo/msa-django-ansible:${{ steps.img-ver.outputs.content }}
echo "✅ Installing yq..."
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_linux_amd64
sudo chmod +x /usr/local/bin/yq
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_linux_amd64
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

View File

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