Closed deitch closed 5 years ago
The logic was using makefile ifeq incorrectly, but using it correctly would have led to calling docker image ls all the time. This fixes it.
ifeq
docker image ls
Also parametrized one var while we were at it.
This will fix the issue with tagging.
The logic was using makefile
ifeq
incorrectly, but using it correctly would have led to callingdocker image ls
all the time. This fixes it.Also parametrized one var while we were at it.
This will fix the issue with tagging.