fix: try to fix argocd deploy
All checks were successful
semantic-release / release (push) Successful in 31s
All checks were successful
semantic-release / release (push) Successful in 31s
This commit is contained in:
@@ -66,11 +66,11 @@ jobs:
|
|||||||
github-server-url: ${{ inputs.server-url }}
|
github-server-url: ${{ inputs.server-url }}
|
||||||
|
|
||||||
- name: Update Helm chart version
|
- name: Update Helm chart version
|
||||||
if: ${{ inputs.update-helm }}
|
if: ${{ inputs.update-helm == 'true' }}
|
||||||
run: yq e '${{ inputs.helm-path }} = "${{ inputs.helm-version }}"' -i "${{ inputs.file-path }}"
|
run: yq e '${{ inputs.helm-path }} = "${{ inputs.helm-version }}"' -i "${{ inputs.file-path }}"
|
||||||
|
|
||||||
- name: Update image tag
|
- name: Update image tag
|
||||||
if: ${{ inputs.update-image }}
|
if: ${{ inputs.update-image == 'true' }}
|
||||||
run: yq e '${{ inputs.image-path }} = "${{ inputs.image-version }}"' -i "${{ inputs.file-path }}"
|
run: yq e '${{ inputs.image-path }} = "${{ inputs.image-version }}"' -i "${{ inputs.file-path }}"
|
||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
|
|||||||
Reference in New Issue
Block a user