Skip to content

Commit

Permalink
ci: Let goreleaser check for required tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 13, 2023
1 parent b86dd72 commit 7efe776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN --mount=from=goreleaser,src=/usr/local/bin/goreleaser,target=/usr/local/bin/
--mount=from=syft,src=/usr/local/bin/syft,target=/usr/local/bin/syft \
--mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build <<EOF
goreleaser healthcheck
goreleaser
EOF

Expand Down

0 comments on commit 7efe776

Please sign in to comment.