From 2bdc2c00604a42f1a80366d432618cf4c3a9cf41 Mon Sep 17 00:00:00 2001 From: Cole Date: Sat, 22 Jul 2023 08:39:14 -0500 Subject: [PATCH] add release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82fe40b0763..1f4b209a2e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,5 +58,5 @@ jobs: trace: true step: "build" attestations: "git github oci" - command: ko build ./cmd/entrypoint + command: ko build --tarball entrypoint.tar --sbom-dir . ./cmd/entrypoint \ No newline at end of file