Skip to content

Commit

Permalink
applied changes and indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Aug 25, 2023
1 parent 42b88fc commit 018a796
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/image-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,17 @@ jobs:
delete-images:
name: Delete PR-scoped test images
runs-on: ubuntu-latest

if: github.repository_owner == 'cryostatio'
strategy:
matrix:
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 }}
token: ${{ secrets.GHCR_PR_TOKEN }}
ignore-missing-package: true
tag-regex: pr-${{ github.event.number }}-.*
tagged-keep-latest: 0

if: github.repository_owner == 'cryostatio'


- name: Delete Docker images
uses: r26d/[email protected]
with:
owner: ${{ github.repository_owner }}
name: ${{ matrix.image }}
token: ${{ secrets.GHCR_PR_TOKEN }}
ignore-missing-package: true
tag-regex: pr-${{ github.event.number }}-.*
tagged-keep-latest: 0

0 comments on commit 018a796

Please sign in to comment.