uname hotfix
This commit is contained in:
parent
25cafbfcad
commit
f736377de1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ if [[ -n "$REGISTRY" && -n "$USERNAME" && -n "$PASSWORD" ]]; then
|
||||||
--storage-driver=overlay
|
--storage-driver=overlay
|
||||||
--authfile="$REGISTRY_AUTH_FILE"
|
--authfile="$REGISTRY_AUTH_FILE"
|
||||||
"$REGISTRY"
|
"$REGISTRY"
|
||||||
-username="$USERNAME"
|
--username="$USERNAME"
|
||||||
--password="$PASSWORD"
|
--password="$PASSWORD"
|
||||||
)
|
)
|
||||||
run_cmd "${build_cmd[@]}"
|
run_cmd "${build_cmd[@]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue