diff --git a/tekton/publish.yaml b/tekton/publish.yaml index 3af5e647f5a..049c0ec0bd3 100644 --- a/tekton/publish.yaml +++ b/tekton/publish.yaml @@ -103,8 +103,9 @@ spec: # This matches the value configured in .ko.yaml defaultBaseImage: gcr.io/distroless/static:nonroot baseImageOverrides: - # Use the combined base image for entrypoint. + # Use the combined base image for entrypoint and nop images. $(params.package)/cmd/entrypoint: ${COMBINED_BASE_IMAGE} + $(params.package)/cmd/nop: ${COMBINED_BASE_IMAGE} $(params.package)/cmd/git-init: ${CONTAINER_REGISTRY}/$(params.package)/git-init-build-base:latest # These match values configured in .ko.yaml