We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f80cd commit d13aabeCopy full SHA for d13aabe
.github/workflows/build-docker-artifacts.yml
@@ -153,7 +153,7 @@ jobs:
153
fail-fast: ${{ inputs.fail_fast }}
154
matrix:
155
component: ${{ fromJson(needs.get-flavors.outputs.result).components }}
156
- runs-on: ${{ inputs.runs_on || 'ubuntu-22.04' }}
+ runs-on: ${{ vars.OVERRIDE_BUILD_DOCKER_ARTIFACTS_RUNS_ON || inputs.runs_on || 'ubuntu-22.04' }}
157
steps:
158
- name: View flavor and component
159
shell: bash
0 commit comments