change of zot registry to **
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
8cf7e147d4
commit
f65f529914
1 changed files with 12 additions and 12 deletions
|
|
@ -22,9 +22,9 @@
|
||||||
"tlsVerify": true,
|
"tlsVerify": true,
|
||||||
"content": [
|
"content": [
|
||||||
{
|
{
|
||||||
"prefix": "docker-hub/**",
|
"prefix": "**",
|
||||||
"destination": "/",
|
"destination": "/docker-hub",
|
||||||
"stripPrefix": true
|
"stripPrefix": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -36,9 +36,9 @@
|
||||||
"tlsVerify": true,
|
"tlsVerify": true,
|
||||||
"content": [
|
"content": [
|
||||||
{
|
{
|
||||||
"prefix": "ghcr/**",
|
"prefix": "**",
|
||||||
"destination": "/",
|
"destination": "/ghcr",
|
||||||
"stripPrefix": true
|
"stripPrefix": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -50,9 +50,9 @@
|
||||||
"tlsVerify": true,
|
"tlsVerify": true,
|
||||||
"content": [
|
"content": [
|
||||||
{
|
{
|
||||||
"prefix": "lscr/**",
|
"prefix": "**",
|
||||||
"destination": "/",
|
"destination": "/lscr",
|
||||||
"stripPrefix": true
|
"stripPrefix": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -64,9 +64,9 @@
|
||||||
"tlsVerify": true,
|
"tlsVerify": true,
|
||||||
"content": [
|
"content": [
|
||||||
{
|
{
|
||||||
"prefix": "codeberg/**",
|
"prefix": "**",
|
||||||
"destination": "/",
|
"destination": "/codeberg",
|
||||||
"stripPrefix": true
|
"stripPrefix": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue