Skip to content

Commit 98782e9

Browse files
add required build args to konflux tekton config
Signed-off-by: Michael Valdron <[email protected]>
1 parent e3e717e commit 98782e9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.tekton/registry-viewer-main-pull-request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
2828
value: 5d
2929
- name: dockerfile
3030
value: Dockerfile
31+
- name: build-args
32+
value:
33+
- PROJECT_NAME=registry-viewer
34+
- NEXT_PUBLIC_BASE_PATH=/viewer
3135
pipelineSpec:
3236
description: |
3337
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/registry-viewer-main-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ spec:
2525
value: quay.io/redhat-user-workloads/devfiles-tenant/registry-viewer-main:{{revision}}
2626
- name: dockerfile
2727
value: Dockerfile
28+
- name: build-args
29+
value:
30+
- PROJECT_NAME=registry-viewer
31+
- NEXT_PUBLIC_BASE_PATH=/viewer
2832
pipelineSpec:
2933
description: |
3034
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)