This commit is contained in:
subochev 2026-02-19 04:52:42 +03:00
parent c2cccc0b97
commit c03a9cb408

View File

@ -64,9 +64,9 @@ jobs:
--namespace devx \
--kubeconfig ./ku.yaml \
--create-namespace \
--set-string 'version=${{ github.event.inputs.version }}' \
--set-string 'image.name=otp/${{ github.event.inputs.repo_path }}' \
--wait
--set-string 'version=${{ github.event.inputs.version }}'
--set-string 'image.name=otp/${{ github.event.inputs.repo_path }}'
- name: 'Cleanup'
if: always()
shell: bash