Merge pull request #155 from codedge/fix-wrong-tag

Fix wrong tag
This commit is contained in:
codedge
2020-05-29 16:44:01 +02:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ push-alpine:
ifeq ($(IS_V5),)
$(info Make: Pushing tagged images from alpine.)
@docker push ${HUB_NAMESPACE}/${IMAGE}:alpine-${TAG}
@docker push ${HUB_NAMESPACE}/${IMAGE}:alpine
@docker push ${HUB_NAMESPACE}/${IMAGE}:alpine-4
$(info Make: Done.)
endif