fix(ci): update registry handling and add image push step in CI workflow
All checks were successful
CI / lint (push) Successful in 16s
CI / test (push) Successful in 1m4s
CI / build (push) Successful in 1m45s

This commit is contained in:
2025-11-14 20:08:26 +01:00
parent fa8a065138
commit 839399363e
2 changed files with 41 additions and 14 deletions

View File

@@ -2,11 +2,7 @@ version: "3.8"
services:
app:
build:
context: .
dockerfile: Dockerfile
args:
APT_CACHE_URL: ${APT_CACHE_URL:-}
image: git.allucanget.biz/allucanget/calminer:latest
environment:
- ENVIRONMENT=production
- DEBUG=false