Skip to content

Commit

Permalink
🔧 [#4033] Add 2.6.x to Docker Hub description config
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Mar 21, 2024
1 parent 2892724 commit b3b4e4d
Showing 1 changed file with 38 additions and 35 deletions.
73 changes: 38 additions & 35 deletions docker/ci/config.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
{
"supportedTags":
[
{
"gitRef": "master",
"tag": "latest",
"hasExtensionsVariant": true
},
{
"gitRef": "stable/2.5.x",
"tag": null,
"hasExtensionsVariant": true
},
{
"gitRef": "stable/2.4.x",
"tag": null,
"hasExtensionsVariant": true
},
{
"gitRef": "stable/2.3.x",
"tag": null,
"hasExtensionsVariant": true
}
],
"availableExtensions":
[
{
"name": "Token Exchange",
"repo": "open-forms-ext-token-exchange"
},
{
"name": "Haal Centraal HR Prefill",
"repo": "open-forms-ext-haalcentraal-hr"
}
]
}
"supportedTags": [
{
"gitRef": "master",
"tag": "latest",
"hasExtensionsVariant": true
},
{
"gitRef": "stable/2.6.x",
"tag": null,
"hasExtensionsVariant": true
},
{
"gitRef": "stable/2.5.x",
"tag": null,
"hasExtensionsVariant": true
},
{
"gitRef": "stable/2.4.x",
"tag": null,
"hasExtensionsVariant": true
},
{
"gitRef": "stable/2.3.x",
"tag": null,
"hasExtensionsVariant": true
}
],
"availableExtensions": [
{
"name": "Token Exchange",
"repo": "open-forms-ext-token-exchange"
},
{
"name": "Haal Centraal HR Prefill",
"repo": "open-forms-ext-haalcentraal-hr"
}
]
}

0 comments on commit b3b4e4d

Please sign in to comment.