From 2278dc19f5abb6632df29fdef6dccfa136c8fdcc Mon Sep 17 00:00:00 2001 From: Cole Date: Fri, 21 Jul 2023 15:53:48 -0500 Subject: [PATCH] add release --- .github/workflows/release.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f88d7d5732..2137ab8183a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: branches: - '*' jobs: - build-docker-server: + build-entrypoint: runs-on: "ubuntu-22.04" steps: @@ -43,11 +43,4 @@ jobs: step: "build" attestations: "git github oci" command: ko build --bare --tarball entrypoint.tar --sbom-dir . ./cmd/entrypoint - - - name: "Upload Server artifact" - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 - with: - name: entrypoint - path: entrypoint.tar - retention-days: 5 \ No newline at end of file