Skip to content

Commit a648dc6

Browse files
committed
--yolo
1 parent 4257304 commit a648dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: 'actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8' # v6
5252
- name: "Cleanup islandora/${{ matrix.name }}"
53-
run: ./ci/cleanup-images.sh --registry dockerhub
53+
run: ./ci/cleanup-images.sh --registry dockerhub --yolo
5454
env:
5555
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
5656
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: 'actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8' # v6
7474
- name: "Cleanup ghcr.io/islandora-devops/${{ matrix.name }}"
75-
run: ./ci/cleanup-images.sh --registry ghcr
75+
run: ./ci/cleanup-images.sh --registry ghcr --yolo
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
GITHUB_ORG: islandora-devops

0 commit comments

Comments
 (0)