Skip to content

Commit

Permalink
build: update goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed May 14, 2022
1 parent 15cf96b commit 5370b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: "v1.3.1"
version: "v1.8.3"
install-only: true

- name: Build binary
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ ARG TARGETOS
ARG TARGETARCH

COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY dist/vulnerability-operator_${TARGETOS}_${TARGETARCH}/vulnerability-operator /usr/local/bin/vulnerability-operator
COPY dist/vulnerability-operator_${TARGETOS}_${TARGETARCH}_v1/vulnerability-operator /usr/local/bin/vulnerability-operator

ENTRYPOINT ["/usr/local/bin/vulnerability-operator"]

0 comments on commit 5370b68

Please sign in to comment.