diff --git a/.tekton/certificate-transparency-go-pull-request.yaml b/.tekton/certificate-transparency-go-pull-request.yaml index 2f97277bf0..e30c5c35b4 100644 --- a/.tekton/certificate-transparency-go-pull-request.yaml +++ b/.tekton/certificate-transparency-go-pull-request.yaml @@ -271,6 +271,10 @@ spec: params: - name: BASE_IMAGES_DIGESTS value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) + - name: IMAGE_URL + value: $(tasks.build-container.results.IMAGE_URL) + - name: IMAGE_DIGEST + value: $(tasks.build-container.results.IMAGE_DIGEST) runAfter: - build-container taskRef: diff --git a/.tekton/certificate-transparency-go-push.yaml b/.tekton/certificate-transparency-go-push.yaml index 6bef57c3b1..8a1be40c2a 100644 --- a/.tekton/certificate-transparency-go-push.yaml +++ b/.tekton/certificate-transparency-go-push.yaml @@ -268,6 +268,10 @@ spec: params: - name: BASE_IMAGES_DIGESTS value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) + - name: IMAGE_URL + value: $(tasks.build-container.results.IMAGE_URL) + - name: IMAGE_DIGEST + value: $(tasks.build-container.results.IMAGE_DIGEST) runAfter: - build-container taskRef: