make: fix docker commands

This commit is contained in:
Glenn Y. Rolland 2021-11-25 18:44:26 +01:00
parent 6db13325d7
commit 5c13743b86

View file

@ -229,10 +229,10 @@ docker-build:
docker tag glenux/teaching-boilerplate:$(BUILD_VERSION) glenux/teaching-boilerplate:latest docker tag glenux/teaching-boilerplate:$(BUILD_VERSION) glenux/teaching-boilerplate:latest
docker-push: docker-push:
docker push glenux/teaching-boilerplate:latest env docker push glenux/teaching-boilerplate:latest
docker-pull: docker-pull:
docker pull glenux/teaching-boilerplate:latest env docker pull glenux/teaching-boilerplate:latest
shell: shell:
$(SHELL) -c "exec $${SHELL}" $(SHELL) -c "exec $${SHELL}"