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:
parent
26a79e26cb
commit
ce27b79c77
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue