Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
use release event
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Oct 5, 2019
1 parent 7213c51 commit db921cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-w -s" -o bin/krew-plugin-relea

FROM alpine:3.10.2

RUN apk add --no-cache ca-certificates

COPY --from=builder /go/src/github.com/rajatjindal/krew-plugin-release/bin/krew-plugin-release /usr/local/bin/krew-plugin-release
ENTRYPOINT [ "krew-plugin-release" ]

0 comments on commit db921cc

Please sign in to comment.