make: fix docker commands
This commit is contained in:
parent
3572ceffed
commit
2d2a6ee041
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -229,10 +229,10 @@ docker-build:
|
|||
docker tag glenux/teaching-boilerplate:$(BUILD_VERSION) glenux/teaching-boilerplate:latest
|
||||
|
||||
docker-push:
|
||||
docker push glenux/teaching-boilerplate:latest
|
||||
env docker push glenux/teaching-boilerplate:latest
|
||||
|
||||
docker-pull:
|
||||
docker pull glenux/teaching-boilerplate:latest
|
||||
env docker pull glenux/teaching-boilerplate:latest
|
||||
|
||||
shell:
|
||||
$(SHELL) -c "exec $${SHELL}"
|
||||
|
|
Loading…
Reference in a new issue