mirror of
https://github.com/actions/checkout.git
synced 2026-07-01 18:01:44 +00:00
add update-kubernetes-manifest job to deploy-pr retry
This commit is contained in:
parent
4692b5bf51
commit
9145975a31
3
.github/workflows/deploy-pr.yml
vendored
3
.github/workflows/deploy-pr.yml
vendored
@ -55,8 +55,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IMAGE_FULL_NAME: ${{ needs.build-and-push-image.outputs.IMAGE_FULL_NAME }}}}
|
IMAGE_FULL_NAME: ${{ needs.build-and-push-image.outputs.IMAGE_FULL_NAME }}}}
|
||||||
run: |
|
run: |
|
||||||
yq -i "(.spec.template.spec.containers[] | select(.name == \"fastapi-sample\")).image = \"$IMAGE_FULL_NAME"" manifest/fasta
|
yq -i "(.spec.template.spec.containers[] | select(.name == \"fastapi-sample\")).image = \"$IMAGE_FULL_NAME"" manifest/fastapi-sample/deployment.yaml
|
||||||
pi-sample/deployment.yaml
|
|
||||||
|
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user