File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ name: Build & Publish Notebook Servers (TEMPLATE)
2828 default : false
2929 description : " add RHEL subscription from github secret"
3030 type : boolean
31+ konflux :
32+ required : false
33+ default : false
34+ description : " build from Dockerfile.konflux.* instead of Dockerfile.*"
35+ type : boolean
3136 PLATFORM_RUNNERS :
3237 required : false
3338 # language=json
@@ -259,6 +264,7 @@ jobs:
259264 CONTAINER_BUILD_CACHE_ARGS : " ${{ steps.extra-container-build-args.outputs.CONTAINER_BUILD_CACHE_ARGS }}"
260265 # We don't have access to image registry for PRs, so disable pushing
261266 PUSH_IMAGES : " ${{ (fromJson(inputs.github).event_name == 'pull_request' || fromJson(inputs.github).event_name == 'pull_request_target') && 'no' || 'yes' }}"
267+ KONFLUX : " ${{ inputs.konflux && 'yes' || 'no' }}"
262268
263269 - name : " Show podman images information"
264270 run : podman images --digests
Original file line number Diff line number Diff line change 9494 platform : " ${{ matrix.platform }}"
9595 # rhds/notebooks builds from AIPCC base images that are RHEL-based
9696 subscription : ${{ true }}
97- env :
98- KONFLUX : yes
97+ konflux : ${{ true }}
9998 secrets : inherit
Original file line number Diff line number Diff line change 7979 platform : " ${{ matrix.platform }}"
8080 # rhds/notebooks builds from AIPCC base images that are RHEL-based
8181 subscription : ${{ true }}
82- env :
83- KONFLUX : yes
82+ konflux : ${{ true }}
8483 secrets : inherit
You can’t perform that action at this time.
0 commit comments