0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-06 22:40:28 -05:00

Merge pull request #116 from rchincha/s3

stacker: fix stacker build
This commit is contained in:
Serge Hallyn 2020-07-15 12:00:58 -05:00 committed by GitHub
commit e0cdc6b6a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: