mirror of
https://code.forgejo.org/actions/checkout.git
synced 2026-07-04 18:46:11 +00:00
add update-kubernetes-manifest job to deploy-pr retry
This commit is contained in:
parent
4692b5bf51
commit
9145975a31
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy-pr.yml
vendored
3
.github/workflows/deploy-pr.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue