Skip to content

Commit 7c32780

Browse files
committed
Disable dry run
Signed-off-by: Samuel Monson <[email protected]>
1 parent aa436fb commit 7c32780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
image-names: ${{ github.event.repository.name }}
2525
image-tags: "pr-*"
2626
cut-off: 2w
27-
dry-run: true
27+
dry-run: false
2828

2929
push-container-tags:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)