From 0b2b68e3a29772cc2b66e13fab2ad29ebc4602bc Mon Sep 17 00:00:00 2001 From: icurfer Date: Wed, 22 Oct 2025 10:53:42 +0900 Subject: [PATCH] test4 --- .github/workflows/build.yaml | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 87d3eb1..47c33ca 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 diff --git a/version b/version index 5a2d752..67ee3e7 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.4-test3 \ No newline at end of file +v0.0.4-test4 \ No newline at end of file