From f04b6074b3fd88e8ad708b697f65fa459de1824e Mon Sep 17 00:00:00 2001 From: Zoran Regvart Date: Tue, 30 Apr 2024 18:16:47 +0200 Subject: [PATCH] Revert "Environment variables for `hack/build-and-push.sh` (#978)" This reverts commit be1324b34d3a3083e03e29a1713e7dcb1e9be56b. --- .tekton/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/push.yaml b/.tekton/push.yaml index cb3cab7dea..c8ad008443 100644 --- a/.tekton/push.yaml +++ b/.tekton/push.yaml @@ -142,9 +142,9 @@ spec: value: "$(params.revision)" - name: GIT_URL value: "$(params.git-url)" - - name: OUTPUT_TASK_BUNDLE_LIST + - name: TASK_BUNDLE_LIST value: $(workspaces.artifacts.path)/task-bundle-list - - name: OUTPUT_PIPELINE_BUNDLE_LIST + - name: PIPELINE_BUNDLE_LIST value: $(workspaces.artifacts.path)/pipeline-bundle-list # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent