Skip to content

Commit

Permalink
resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Aug 25, 2023
1 parent a17f587 commit 42b88fc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/image-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ jobs:

strategy:
matrix:
image-names:
- cryostat-operator
- cryostat-operator-bundle
- cryostat-operator-scorecard
image: [cryostat-operator, cryostat-operator-bundle, cryostat-operator-scorecard]
steps:
- name: Delete Docker images
uses: r26d/[email protected]
with:
owner: ${{ github.repository_owner }}
name: ${{ matrix.image-names }}
name: ${{ matrix.image }}
token: ${{ secrets.GHCR_PR_TOKEN }}
ignore-missing-package: true
tag-regex: pr-${{ github.event.number }}-.*
Expand Down

0 comments on commit 42b88fc

Please sign in to comment.