build all images in ci
This commit is contained in:
parent
c2e3a433fc
commit
123c206460
1 changed files with 24 additions and 11 deletions
4
Justfile
4
Justfile
|
|
@ -1,6 +1,6 @@
|
|||
image OS:
|
||||
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 .; \
|
||||
docker buildx build --build-arg RED_HAT_DEV_PW='ujF@4A^yn$6utRhb&UooGH#w' -f docker/Dockerfile-{{OS}} -t devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
||||
else \
|
||||
docker buildx build -f docker/Dockerfile-{{OS}} -t pats22/arm-binaries-r-{{OS}}:latest --push .; \
|
||||
docker buildx build -f docker/Dockerfile-{{OS}} -t devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
||||
fi
|
||||
Loading…
Reference in a new issue