mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
ci: fix nightly test (#3948)
recent `crane` version requires a fully qualified "realm" Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
621243cdde
commit
d755ab80aa
@@ -298,7 +298,7 @@ cat > "${ZOT_CONFIG}" <<EOF
|
||||
"compat": ["docker2s2"],
|
||||
"auth": {
|
||||
"bearer": {
|
||||
"realm": "zot",
|
||||
"realm": "http://zot",
|
||||
"service": "zot-service",
|
||||
"awsSecretsManager": {
|
||||
"region": "${AWS_REGION}",
|
||||
|
||||
Reference in New Issue
Block a user