diff --git a/.tekton/hypershift-operator-main-pull-request.yaml b/.tekton/hypershift-operator-main-pull-request.yaml index d04d907281..4c9d2a97ce 100644 --- a/.tekton/hypershift-operator-main-pull-request.yaml +++ b/.tekton/hypershift-operator-main-pull-request.yaml @@ -488,6 +488,10 @@ spec: params: - name: BASE_IMAGES_DIGESTS value: $(tasks.build-container-amd64.results.BASE_IMAGES_DIGESTS) + - name: IMAGE_URL + value: $(tasks.build-container.results.IMAGE_URL) + - name: IMAGE_DIGEST + value: $(tasks.build-container.results.IMAGE_DIGEST) taskRef: params: - name: name diff --git a/.tekton/hypershift-operator-main-push.yaml b/.tekton/hypershift-operator-main-push.yaml index c376c47665..76195f2702 100644 --- a/.tekton/hypershift-operator-main-push.yaml +++ b/.tekton/hypershift-operator-main-push.yaml @@ -491,6 +491,10 @@ spec: params: - name: BASE_IMAGES_DIGESTS value: $(tasks.build-container-amd64.results.BASE_IMAGES_DIGESTS) + - name: IMAGE_URL + value: $(tasks.build-container.results.IMAGE_URL) + - name: IMAGE_DIGEST + value: $(tasks.build-container.results.IMAGE_DIGEST) taskRef: params: - name: name