🔧 chore(workflows): update Docker image name in GitHub Actions
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run

- change IMAGE_NAME from server-verwaltung to fleetledger for consistency

📝 docs(README): translate and update README content

- translate README content from German to English
- update sections for quickstart, environment variables, and security notes
- add detailed instructions for using Docker and Docker Compose
This commit is contained in:
nocci 2025-12-07 12:17:01 +00:00
parent 1c20bdb6d4
commit 61bb65653e
2 changed files with 72 additions and 53 deletions

View file

@ -10,7 +10,7 @@ permissions:
packages: write
env:
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/server-verwaltung
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/fleetledger
jobs:
build: