Fix docker image tags
This commit is contained in:
@@ -38,7 +38,7 @@ nothing:
|
||||
docker: $(IMAGES:%=docker-image.%)
|
||||
|
||||
docker-image.%: %
|
||||
@ docker build --no-cache --rm -f docker/$^/Dockerfile -t crusttech/api-$^:latest .
|
||||
@ docker build --no-cache --rm -f Dockerfile.$^ -t crusttech/api-$^:latest .
|
||||
|
||||
docker-push: $(IMAGES:%=docker-push.%)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user