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

Commit

Permalink
Use v1.1 builder image and add docker-push. (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirn authored Feb 12, 2019
1 parent 3b943f3 commit fe8ade3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: clean build-prod

RELEASE_VERSION != awk '/version:/ { gsub(/[^0-9a-z\.\-]+/, "", $$2); print $$2 }' < apps/ewallet/mix.exs
IMAGE_NAME ?= "omisego/ewallet:latest"
IMAGE_BUILDER ?= "omisegoimages/ewallet-builder:stable"
IMAGE_BUILDER ?= "omisegoimages/ewallet-builder:v1.1"
IMAGE_BUILD_DIR ?= "/tmp/ewallet-docker"

#
Expand Down Expand Up @@ -119,4 +119,7 @@ docker-build:

docker: docker-prod docker-build

.PHONY: docker docker-prod docker-build
docker-push: docker
docker push $(IMAGE_NAME)

.PHONY: docker docker-prod docker-build docker-push

0 comments on commit fe8ade3

Please sign in to comment.