Docker improvements (#5093)

This commit is contained in:
Kevin Papst
2024-10-04 10:25:46 +02:00
committed by GitHub
parent 52b949daa3
commit 855a546683
8 changed files with 91 additions and 175 deletions

View File

@@ -40,7 +40,6 @@ jobs:
context: .
build-args: |
KIMAI=${{ env.kimai_version }}
TIMEZONE=Europe/London
BASE=${{ matrix.server }}
target: prod
platforms: linux/amd64,linux/arm64
@@ -56,7 +55,6 @@ jobs:
context: .
build-args: |
KIMAI=${{ env.kimai_version }}
TIMEZONE=Europe/London
BASE=apache
target: dev
platforms: linux/amd64,linux/arm64