diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79b8a1ad8..22ef67d1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: uses: ./.github/workflows/_build_artifacts.yml secrets: inherit with: - image_prefix: ${{ inputs.image_prefix || 'debug' }} + image_prefix: ${{ (github.event_name != 'workflow_call' && 'debug') || inputs.image_prefix }} profile: ${{ inputs.profile || 'debug' }} stage: ${{ inputs.stage || 'debug' }}