Commit Graph

7 Commits

Author SHA1 Message Date
Flavio Fois
be53f2ab47 update docker.yml to streamline build and push process
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 43s
2026-03-23 11:58:12 +01:00
Flavio Fois
f3d010dbb4 remove caching configuration from docker workflow
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 15s
2026-03-23 11:54:18 +01:00
Flavio Fois
1474776304 remove caching configuration from docker workflow
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 42s
2026-03-23 11:52:08 +01:00
Flavio Fois
40dacd7c42 update docker workflow to use ubuntu-latest as the build environment
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 58s
2026-03-23 11:16:38 +01:00
Flavio Fois
b92bd5ebca update docker workflow to use gitea-runner for build environment 2026-03-23 11:15:15 +01:00
Flavio Fois
cc02351437 update gitea docker workflow for environment compatibility and registry caching
Switch to GITEA_OUTPUT and transition Docker caching from type=gha to type=registry to better support the Gitea Actions environment. The runner is also pinned to ubuntu-24.04 for consistency.
2026-03-23 11:14:18 +01:00
Flavio Fois
6c8b400a4a add docker configuration and gitea workflow for automated image builds
Introduce a multi-stage Dockerfile, docker-compose setup, and a Gitea Actions workflow to automate building and pushing images to the registry. The configuration includes an entrypoint script for persistent logging and a .dockerignore to optimize the build context.
2026-03-23 11:09:25 +01:00