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