Fixup pipelines

This commit is contained in:
Greyscale 2024-05-18 16:35:47 +02:00
parent a1bc90a8f1
commit 2c473daff0
3 changed files with 3 additions and 8 deletions

View file

@ -48,7 +48,7 @@ jobs:
- id: composer-cache
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
path: ${{ steps.composer-cache-find.outputs.dir }}
key: "${{ runner.os }}-bouncer-composer-${{ hashFiles('**/composer.lock') }}"
restore-keys: ${{ runner.os }}-bouncer-composer-
- run: composer install --ignore-platform-reqs --prefer-dist

View file

@ -26,12 +26,7 @@ jobs:
steps:
- name: "Post-Build: Validate build"
shell: bash
run: |
docker \
run \
--rm \
${{ env.CANDIDATE_IMAGE }} \
/usr/bin/install-report
run: docker run --rm ${{ env.CANDIDATE_IMAGE }} /usr/bin/install-report
validate-dive-report:
name: Run Dive
runs-on: ubuntu-latest

View file

@ -36,7 +36,7 @@ jobs:
- id: composer-cache
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
path: ${{ steps.composer-cache-find.outputs.dir }}
key: "${{ runner.os }}-bouncer-composer-${{ hashFiles('**/composer.lock') }}"
restore-keys: ${{ runner.os }}-bouncer-composer-
- run: composer install --ignore-platform-reqs --prefer-dist