Fixed wrinkles in build script

This commit is contained in:
Jef Roosens 2021-03-23 10:42:20 +01:00
parent cedcc3fc9f
commit ab94583e62
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 19 additions and 16 deletions

View file

@ -1,6 +1,4 @@
IMAGE := chewingbever/fej
TAG := 0.0.1-dev
shell := /bin/bash
all: debug
@ -16,11 +14,11 @@ release:
.PHONY: release
image: Dockerfile
@ bash ./build '$(IMAGE)'
@ ./build '$(IMAGE)'
.PHONY: image
push:
@ bash ./build '$(IMAGE)' push
@ ./build '$(IMAGE)' push
.PHONY: push
# Run