This commit is contained in:
subochev 2026-02-19 04:56:54 +03:00
parent 1e8a035eeb
commit 0fc31afe9e

View File

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