fix image names, quote argument
This commit is contained in:
parent
c9fd2b5c03
commit
a5b9515b6c
1 changed files with 22 additions and 3 deletions
2
Justfile
2
Justfile
|
|
@ -1,5 +1,5 @@
|
|||
image OS:
|
||||
if echo "{{OS}}" | grep -qi "rhel"; then \
|
||||
if echo "{{OS}}" | grep -qi "redhat"; then \
|
||||
docker buildx build --build-arg RED_HAT_DEV_PW='ujF@4A^yn$6utRhb&UooGH#w' -f docker/Dockerfile-{{OS}} -t pats22/arm-binaries-r-{{OS}}:latest --push .; \
|
||||
else \
|
||||
docker buildx build -f docker/Dockerfile-{{OS}} -t pats22/arm-binaries-r-{{OS}}:latest --push .; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue