Merge pull request #6 from Frozen-Tapestry/develop

uname hotfix
This commit is contained in:
Foat 2025-02-28 17:07:52 +03:00 committed by GitHub
commit a4a415f922
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ if [[ -n "$REGISTRY" && -n "$USERNAME" && -n "$PASSWORD" ]]; then
--storage-driver=overlay
--authfile="$REGISTRY_AUTH_FILE"
"$REGISTRY"
-username="$USERNAME"
--username="$USERNAME"
--password="$PASSWORD"
)
run_cmd "${build_cmd[@]}"