diff --git a/.tekton/build-pipeline.yaml b/.tekton/build-pipeline.yaml index c413bf32..915ba596 100644 --- a/.tekton/build-pipeline.yaml +++ b/.tekton/build-pipeline.yaml @@ -322,7 +322,9 @@ spec: - name: rpms-signature-scan params: - name: image-url - value: $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST) + value: $(tasks.build-container.results.IMAGE_URL) + - name: image-digest + value: $(tasks.build-container.results.IMAGE_DIGEST) runAfter: - build-container taskRef: