We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4257304 commit a648dc6Copy full SHA for a648dc6
.github/workflows/cleanup.yml
@@ -50,7 +50,7 @@ jobs:
50
steps:
51
- uses: 'actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8' # v6
52
- name: "Cleanup islandora/${{ matrix.name }}"
53
- run: ./ci/cleanup-images.sh --registry dockerhub
+ run: ./ci/cleanup-images.sh --registry dockerhub --yolo
54
env:
55
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
56
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
@@ -72,7 +72,7 @@ jobs:
72
73
74
- name: "Cleanup ghcr.io/islandora-devops/${{ matrix.name }}"
75
- run: ./ci/cleanup-images.sh --registry ghcr
+ run: ./ci/cleanup-images.sh --registry ghcr --yolo
76
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
GITHUB_ORG: islandora-devops
0 commit comments