Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #116 from chuckha/release-0.1
Browse files Browse the repository at this point in the history
fixup goreleaser
  • Loading branch information
k8s-ci-robot authored Jul 25, 2019
2 parents 8182f52 + 91b4031 commit 49b01da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dockers:
binaries:
- capd-manager
image_templates:
- "gcr.io/kubernetes1-226021/capd-manager:{{.Version}}"
- "gcr.io/kubernetes1-226021/capd-manager:{{.Major}}.{{.Minor}}"
- "gcr.io/kubernetes1-226021/capd-manager:{{.Tag}}"
- "gcr.io/kubernetes1-226021/capd-manager:v{{.Major}}.{{.Minor}}"
- "gcr.io/kubernetes1-226021/capd-manager:latest"
changelog:
filters:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ WORKDIR /tmp
RUN curl -L https://dl.k8s.io/v1.14.4/kubernetes-client-linux-amd64.tar.gz | tar xvz
RUN mv /tmp/kubernetes/client/bin/kubectl /usr/local/bin
RUN curl https://get.docker.com | sh
COPY dist/capd-manager_linux_amd64/capd-manager /usr/local/bin
COPY capd-manager /usr/local/bin

ENTRYPOINT ["capd-manager"]

0 comments on commit 49b01da

Please sign in to comment.