Skip to content

Commit

Permalink
uncomment sbom in goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Kumar Sahu <vivekkumarsahu650@gmail.com>
  • Loading branch information
viveksahu26 committed Feb 10, 2024
1 parent 11da25a commit 030cca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
images: |
viveksahu26/url_shortner
ghcr.io/${{ github.repository }}

- name: Build and push Containers images
Expand Down
6 changes: 2 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before:
# gomod:
# proxy: true

# sboms:
# - artifacts: archive
sboms:
- artifacts: archive

builds:
- id: linux
Expand Down Expand Up @@ -93,8 +93,6 @@ nfpms:
license: "Apache License 2.0"
formats:
- apk
- deb
- rpm
contents:
- src: /usr/bin/url_shortner-linux-{{ .Arch }}
dst: /usr/bin/url_shortner
Expand Down

0 comments on commit 030cca8

Please sign in to comment.