Skip to content

Commit 80ebb39

Browse files
author
Markus Koch
committed
Workflow deletion of old developer images scharf geschaltet.
1 parent b97ad76 commit 80ebb39

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cleanup-old-containers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Cleanup Old SAP-EE Containers
55
on:
66
# Erlaube manuelles Starten über die GitHub UI
77
workflow_dispatch:
8-
# Führe den Job wöchentlich aus (Sonntags um 3 Uhr morgens)
9-
#schedule:
10-
# - cron: '0 3 * * 0'
8+
# Einmal pro Monat (am 1. des Monats um 3:00 UTC)
9+
schedule:
10+
- cron: '0 3 1 * *'
1111

1212
jobs:
1313
cleanup:
@@ -28,4 +28,4 @@ jobs:
2828
image-tags: "dev*"
2929
cut-off: 6w
3030
keep-n-most-recent: 5
31-
dry-run: true
31+
dry-run: false

0 commit comments

Comments
 (0)