From d2cf4a7268c28313202d0d94d28fee152845a8b1 Mon Sep 17 00:00:00 2001 From: "andreas.knapp" Date: Thu, 20 Jun 2019 02:29:10 +0200 Subject: [PATCH] release 0.0.1 --- .drone.yml | 2 +- Makefile | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7c0ac7d6..dd781db2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/Makefile b/Makefile index b3a02f5a..2763da9e 100644 --- a/Makefile +++ b/Makefile @@ -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)