update justfile
This commit is contained in:
parent
068e01801b
commit
f6fb412cd9
1 changed files with 2 additions and 2 deletions
4
Justfile
4
Justfile
|
|
@ -1,6 +1,6 @@
|
||||||
image OS:
|
image OS:
|
||||||
if echo "{{OS}}" | grep -qi "redhat"; 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 devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
docker buildx build --build-arg GITHUB_PAT="$GITHUB_PAT" --build-arg RED_HAT_DEV_PW="$RED_HAT_DEV_PW" -f docker/Dockerfile-{{OS}} -t devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
||||||
else \
|
else \
|
||||||
docker buildx build -f docker/Dockerfile-{{OS}} -t devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
docker buildx build --build-arg GITHUB_PAT="$GITHUB_PAT" -f docker/Dockerfile-{{OS}} -t devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in a new issue