From 9145975a31e4a75219fc8d977435674ba89a372b Mon Sep 17 00:00:00 2001 From: Apteryx-nz Date: Sun, 28 Jun 2026 15:31:03 +0900 Subject: [PATCH] add update-kubernetes-manifest job to deploy-pr retry --- .github/workflows/deploy-pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index b513747..4bde553 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -55,8 +55,7 @@ jobs: env: IMAGE_FULL_NAME: ${{ needs.build-and-push-image.outputs.IMAGE_FULL_NAME }}}} run: | - yq -i "(.spec.template.spec.containers[] | select(.name == \"fastapi-sample\")).image = \"$IMAGE_FULL_NAME"" manifest/fasta -pi-sample/deployment.yaml + yq -i "(.spec.template.spec.containers[] | select(.name == \"fastapi-sample\")).image = \"$IMAGE_FULL_NAME"" manifest/fastapi-sample/deployment.yaml - name: Create PR uses: peter-evans/create-pull-request@v5