chore: publish new catalogue release changes
This commit is contained in:
parent
b8724257b3
commit
4ac3751cae
1 changed files with 22 additions and 3 deletions
25
recipes.json
25
recipes.json
|
@ -5000,17 +5000,36 @@
|
||||||
{
|
{
|
||||||
"0.1.0+0.19.1": {
|
"0.1.0+0.19.1": {
|
||||||
"api": {
|
"api": {
|
||||||
"digest": "ed77b5d",
|
"digest": "d062019",
|
||||||
"image": "vikunja/api",
|
"image": "vikunja/api",
|
||||||
"tag": "0.19.2"
|
"tag": "0.19.2"
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"digest": "b03ebc8",
|
"digest": "4272775",
|
||||||
"image": "vikunja/frontend",
|
"image": "vikunja/frontend",
|
||||||
"tag": "0.19.1"
|
"tag": "0.19.1"
|
||||||
},
|
},
|
||||||
"db": {
|
"db": {
|
||||||
"digest": "901a82b",
|
"digest": "027eba2",
|
||||||
|
"image": "postgres",
|
||||||
|
"tag": "13"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"0.2.0+0.20.0": {
|
||||||
|
"api": {
|
||||||
|
"digest": "d062019",
|
||||||
|
"image": "vikunja/api",
|
||||||
|
"tag": "0.20.0"
|
||||||
|
},
|
||||||
|
"app": {
|
||||||
|
"digest": "4272775",
|
||||||
|
"image": "vikunja/frontend",
|
||||||
|
"tag": "0.20.0"
|
||||||
|
},
|
||||||
|
"db": {
|
||||||
|
"digest": "027eba2",
|
||||||
"image": "postgres",
|
"image": "postgres",
|
||||||
"tag": "13"
|
"tag": "13"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue