From 3a7fd6e000f96f4f326ff6e277336dd882cdda01 Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Fri, 10 May 2024 16:09:57 -0400 Subject: [PATCH] Update pipeline-descriptor.yml forgot this helper property --- .github/pipeline-descriptor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index 7acc897d..219bf741 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -6,6 +6,9 @@ codeowners: - path: "*" owner: "@paketo-buildpacks/java-maintainers @paketo-buildpacks/java-liberty" +helpers: + "bin/helper": "$GOMOD/cmd/helper" + package: repositories: ["docker.io/paketobuildpacks/liberty","gcr.io/paketo-buildpacks/liberty"] register: true