Skip to content

Commit 13fa4ed

Browse files
committed
feat(prune-pull-requests-images-tags)!: do not prune cache images by default
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 10584ad commit 13fa4ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prune-pull-requests-images-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
images: ""
4747

4848
# Prune cache image tags (like "application-1/cache"). Useful when building image with "registry" cache backend.
49-
# Default: true
50-
prune-cache-images: true
49+
# Default: false
50+
prune-cache-images: false
5151

5252
# The regular expression to match pull request tags. Must have a capture group for the pull request number.
5353
pull-request-tag-filter: "^pr-([0-9]+)(?:-|$)"

.github/workflows/prune-pull-requests-images-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
prune-cache-images:
2424
description: 'Prune cache image tags (like "application-1/cache"). Useful when building image with "registry" cache backend.'
2525
type: boolean
26-
default: true
26+
default: false
2727
required: false
2828
pull-request-tag-filter:
2929
description: |

0 commit comments

Comments
 (0)