0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

stacker: fix stacker build

This commit is contained in:
Ramkumar Chinchani 2020-07-14 20:14:21 -07:00
parent 728eb7f6fc
commit f9b2092bd9

View file

@ -54,7 +54,7 @@ binary-container:
.PHONY: binary-stacker
binary-stacker:
stacker build --roots ${TMPDIR} --substitute PWD=$$PWD
stacker --roots-dir ${TMPDIR} build --substitute PWD=$$PWD
.PHONY: image
image: