split docker to use base image for faster builds (#4586)

This commit is contained in:
Toby Batch
2024-04-02 16:50:24 +01:00
committed by GitHub
parent 3a358b1434
commit 2ac783a300
6 changed files with 260 additions and 212 deletions

View File

@@ -49,8 +49,6 @@ jobs:
kimai/kimai2:${{ matrix.server }}-${{ matrix.type }}
kimai/kimai2:${{ matrix.server }}-${{ env.kimai_version }}-${{ matrix.type }}
push: true
- name: Test Lite
run: docker run --rm --entrypoint /assets/test-lite.sh kimai/kimai2:${{ matrix.server }}-${{ matrix.type }}
tag:
needs: build