update makefile
This commit is contained in:
parent
72942a8a3c
commit
a01e859bfb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ justcontainer:
|
|||
docker build -t $(IMAGE_NAME):$(VERSION) .
|
||||
docker push $(IMAGE_NAME):$(VERSION)
|
||||
|
||||
push:
|
||||
push: pull
|
||||
git push
|
||||
|
||||
pull:
|
||||
|
|
Loading…
Reference in a new issue