diff --git a/.tekton/maestro-push.yaml b/.tekton/maestro-push.yaml index 3807a965..f31e1986 100644 --- a/.tekton/maestro-push.yaml +++ b/.tekton/maestro-push.yaml @@ -272,6 +272,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: