Adjustments for the perl-base upgrade

This commit is contained in:
tcely 2025-04-17 15:43:36 -04:00 committed by GitHub
parent 083e29a189
commit 970e8c9a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,14 +136,15 @@ jobs:
push: false push: false
tags: ghcr.io/${{ needs.info.outputs.lowercase-github-actor }}/${{ env.IMAGE_NAME }}:dive tags: ghcr.io/${{ needs.info.outputs.lowercase-github-actor }}/${{ env.IMAGE_NAME }}:dive
- name: Analysis with `dive` - name: Analysis with `dive`
continue-on-error: false
run: | run: |
docker run --rm \ docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
'ghcr.io/wagoodman/dive' \ 'ghcr.io/wagoodman/dive' \
'ghcr.io/${{ needs.info.outputs.lowercase-github-actor }}/${{ env.IMAGE_NAME }}:dive' \ 'ghcr.io/${{ needs.info.outputs.lowercase-github-actor }}/${{ env.IMAGE_NAME }}:dive' \
--ci \ --ci \
--highestUserWastedPercent '0.03' \ --highestUserWastedPercent '0.05' \
--highestWastedBytes '10M' --highestWastedBytes '50M'
- name: Build and push - name: Build and push
id: build-push id: build-push
timeout-minutes: 60 timeout-minutes: 60