This commit is contained in:
parent
8751eeaf9b
commit
57eaac803c
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ def main [
|
||||||
} else {
|
} else {
|
||||||
$registry
|
$registry
|
||||||
}
|
}
|
||||||
) | from url | get 0.rest
|
) | url parse | url join
|
||||||
|
|
||||||
let repository = (
|
let repository = (
|
||||||
if ($repository | is-empty) {
|
if ($repository | is-empty) {
|
||||||
|
@ -130,7 +130,7 @@ def main [
|
||||||
} else {
|
} else {
|
||||||
$repository
|
$repository
|
||||||
}
|
}
|
||||||
) | url parse | url join
|
)
|
||||||
|
|
||||||
|
|
||||||
regctl registry login $registry --user $auth.username --pass $auth.password
|
regctl registry login $registry --user $auth.username --pass $auth.password
|
||||||
|
|
Loading…
Reference in a new issue