This commit is contained in:
subochev 2026-02-19 04:50:31 +03:00
parent fd4a8f108c
commit c2cccc0b97

View File

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