1
Fork 0
ci-images/pipelines/build-and-push.json
Lucas Schwiderski 9749813cea
All checks were successful
build/frp Building image frp
build/base Building image base
build/forgejo Building image forgejo
build/fluentd Building image fluentd
build/node-script Building image node-script
build/python-script Building image python-script
build/ruby-script Building image ruby-script
build/fava Building image fava
build/gotenberg Building image gotenberg
build/lua-clib Building image lua-clib
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/rust-xwin Building image rust-xwin
build/nextcloud Building image nextcloud
Remove beancount-import
Without the configuration that's stored in the development repo,
the image simply breaks.
2024-11-25 15:51:00 +01:00

56 lines
1.1 KiB
JSON

{
"images": [
{
"type": "simple",
"name": "lua-clib"
},
{
"type": "simple",
"name": "python-script"
},
{
"type": "simple",
"name": "node-script"
},
{
"type": "simple",
"name": "ruby-script"
},
{
"type": "simple",
"name": "base"
},
{
"type": "simple",
"name": "nextcloud"
},
{
"type": "simple",
"name": "gotenberg"
},
{
"type": "simple",
"name": "fluentd"
},
{
"type": "simple",
"name": "forgejo"
},
{
"type": "simple",
"name": "frp"
},
{
"type": "simple",
"name": "fava"
},
{
"type": "file",
"name": "rust-xwin"
},
{
"type": "file",
"name": "gitea"
}
]
}