Started build script

This commit is contained in:
Jef Roosens 2021-03-23 09:37:18 +01:00
parent 82b2927b33
commit cedcc3fc9f
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
2 changed files with 53 additions and 3 deletions

View file

@ -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