Ensure rebuild is really made
This commit is contained in:
parent
59822970a7
commit
d50463920d
3
Makefile
3
Makefile
|
|
@ -46,6 +46,9 @@ gen-ssl:
|
||||||
clean:
|
clean:
|
||||||
rm -f $(templates)
|
rm -f $(templates)
|
||||||
|
|
||||||
|
extra-clean:
|
||||||
|
docker rmi $(REPO):$(TAG)
|
||||||
|
docker image prune -f
|
||||||
|
|
||||||
# Run jinja2cli to parse Jinja template applying rules defined in the flavors definitions
|
# Run jinja2cli to parse Jinja template applying rules defined in the flavors definitions
|
||||||
%: %.j2 flavors/$(FLAVOR).yml
|
%: %.j2 flavors/$(FLAVOR).yml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue