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

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Oct 5, 2019
1 parent bbdc94d commit ecf80c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN GOOS=linux CGO_ENABLED=0 go build -o bin/krew-plugin-release main.go
FROM scratch

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" ]
ENTRYPOINT [ "krew-plugin-release" ]

0 comments on commit ecf80c5

Please sign in to comment.