mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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' }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user