Skip to content

Commit 467ae93

Browse files
use build param
1 parent 7f79e0d commit 467ae93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/odh-workbench-jupyter-minimal-cpu-py312-rhels-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ spec:
3030
value: jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu
3131
- name: path-context
3232
value: .
33-
- name: ACTIVATION_KEY
34-
value: custom-activation-key
3533
pipelineSpec:
3634
description: |
3735
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -223,6 +221,8 @@ spec:
223221
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
224222
- name: CACHI2_ARTIFACT
225223
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
224+
- name: ACTIVATION_KEY
225+
value: custom-activation-key
226226
runAfter:
227227
- prefetch-dependencies
228228
taskRef:

0 commit comments

Comments
 (0)