diff --git a/Dockerfile b/Dockerfile index c0e032c..a290059 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hashicorp/consul:1.14 +FROM hashicorp/consul:1.15 LABEL dev.egommerce.image.author="Piotr Biernat" LABEL dev.egommerce.image.vendor="Egommerce" diff --git a/Makefile b/Makefile index 1b190e9..bf0fff6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ DEPLOY_DIR := ./deploy -SRC_DIR := ./src ## DEPLOY PART build-image-dev: @@ -8,5 +7,8 @@ build-image-dev: build-image-prod: - sh ${DEPLOY_DIR}/image-build.sh +push-image-dev: + - sh ${DEPLOY_DIR}/image-push.sh dev + push-image-prod: - sh ${DEPLOY_DIR}/image-push.sh