Started build script
This commit is contained in:
parent
82b2927b33
commit
cedcc3fc9f
2 changed files with 53 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -16,11 +16,11 @@ release:
|
|||
.PHONY: release
|
||||
|
||||
image: Dockerfile
|
||||
@ docker build -t '$(IMAGE):$(TAG)' .
|
||||
@ bash ./build '$(IMAGE)'
|
||||
.PHONY: image
|
||||
|
||||
push: image
|
||||
@ docker push '$(IMAGE):$(TAG)'
|
||||
push:
|
||||
@ bash ./build '$(IMAGE)' push
|
||||
.PHONY: push
|
||||
|
||||
# Run
|
||||
|
|
|
|||
Reference in a new issue