Fix CICD caches
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 6m43s
Test, build and push image to registry / build-image (push) Successful in 5m41s

This commit is contained in:
2025-11-06 23:49:24 +01:00
parent 29077ed6d6
commit 6853fbef46

View File

@@ -19,7 +19,7 @@ jobs:
path: ~/.composer/cache
key: composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
composer-${{ hashFiles('**/composer.lock') }}
composer-
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction
- name: Run PHPUnit tests
@@ -42,7 +42,8 @@ jobs:
with:
path: /tmp/.buildx-cache
key: buildx-cache-${{ github.sha }}
restore-keys: buildx-cache-${{ github.sha }}
restore-keys: |
buildx-cache-
- name: Build and push
run: |
docker build -t git.matthiasg.dev/ninluc/datbrowser:latest .