Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole committed Jul 21, 2023
1 parent da79cac commit 2278dc1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- '*'
jobs:
build-docker-server:
build-entrypoint:
runs-on: "ubuntu-22.04"

steps:
Expand Down Expand Up @@ -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

0 comments on commit 2278dc1

Please sign in to comment.