Automate build of timelimit-server docker image
Build and push timelimit-server-ui image / check (push) Successful in 21s
Build and push timelimit-server-ui image / build (push) Has been skipped
Build and push timelimit-server image / check (push) Successful in 1s
Build and push timelimit-server image / build (push) Has been skipped

This commit is contained in:
2026-01-24 14:46:02 +01:00
parent eedbd78d61
commit fb48f511b9
3 changed files with 94 additions and 2 deletions
+19 -1
View File
@@ -1,3 +1,21 @@
# timelimit-docker
Build docker images from timelimit repositories.
Build docker images from timelimit repositories.
## timelimit-server
This repository does have a dockerfile.
Using a workflow, the server repo is built, and packaged in an image.
| **Available tags** | |
|--------------------|--------|
| Latest version | latest |
| Specific commit | <sha> |
## timelimit-server-ui
This repository does not have a dockerfile. This repository contains a docker file.
Using a workflow, the server-ui repo is built, and packaged in an image.
| **Available tags** | |
|--------------------|--------|
| Latest version | latest |
| Specific commit | <sha> |