ci: build and push custom Logto image in CI pipeline
All checks were successful
CI / build (push) Successful in 39s
CI / docker (push) Successful in 41s

- Add "Build and push Logto image" step to docker job
- Remove build: directive from logto service in docker-compose
- docker-compose now only pulls pre-built images, no local builds

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-06 15:17:55 +02:00
parent 972f9b5f38
commit 2375cb9111
2 changed files with 18 additions and 4 deletions

View File

@@ -59,9 +59,6 @@ services:
logto:
image: ${LOGTO_IMAGE:-gitea.siegeln.net/cameleer/cameleer-logto}:${VERSION:-latest}
build:
context: .
dockerfile: docker/logto.Dockerfile
restart: unless-stopped
depends_on:
postgres: