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