diff --git a/.tekton/guac-pull-request.yaml b/.tekton/guac-pull-request.yaml index 0635387ebe..c4d45e47cb 100644 --- a/.tekton/guac-pull-request.yaml +++ b/.tekton/guac-pull-request.yaml @@ -32,10 +32,6 @@ spec: value: . - name: build-source-image value: 'true' - - default: "false" - description: Add built image into an OCI image index - name: build-image-index - type: string pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. @@ -101,6 +97,10 @@ spec: description: Build a source image. name: build-source-image type: string + - default: "false" + description: Add built image into an OCI image index + name: build-image-index + type: string - default: [] description: Array of --build-arg values ("arg=value" strings) for buildah name: build-args