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:
parent
728eb7f6fc
commit
f9b2092bd9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue