mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Adjustments for the perl-base
upgrade
This commit is contained in:
parent
083e29a189
commit
970e8c9a60
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user