Skip to content

Commit

Permalink
release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Knappek committed Jun 20, 2019
1 parent 4dfa356 commit d2cf4a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ steps:
pull: default
image: plugins/github-release
settings:
files: "build/*"
files: "build/_output/mongodbatlas-operator*"
environment:
GITHUB_TOKEN:
from_secret: github_token
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ docker-build:
docker-push: docker-build
docker push $(DOCKERHUB_USERNAME)/$(BINARY):$(VERSION)

release:
git tag v${VERSION}
git push && git push --tags

operator-build:
operator-sdk build $(DOCKERHUB_USERNAME)/$(BINARY)

Expand Down

0 comments on commit d2cf4a7

Please sign in to comment.