1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

docker: fix deployment of images

This commit is contained in:
Steffen Vogel 2018-03-28 16:02:50 +02:00
parent 26a79e26cb
commit ce27b79c77

View file

@ -43,7 +43,7 @@ docker: docker-app
.PHONY: docker run-docker deploy-docker
$(DOCKER_DEPLOY_TARGETS): deploy-docker-%: docker-%
$(DOCKER) push $(DOCKER_IMAGE)-%*:$(DOCKER_TAG)
$(DOCKER) push $(DOCKER_IMAGE)-$*:$(DOCKER_TAG)
$(DOCKER_RUN_TARGETS): run-docker-%: docker-%
$(DOCKER) run $(DOCKER_RUN_OPTS) $(DOCKER_IMAGE)-$*:$(DOCKER_TAG)