Skip to content

Commit

Permalink
Format tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mill1000 committed Aug 5, 2024
1 parent ced55f5 commit 4b5e818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prune-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
container: ${{ env.CONTAINER_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}
prune-tags-regexes: ^pr-${{github.event.pull_request.number}}
#dry-run: true
# dry-run: true

prune-old-images:
if: github.event_name != 'pull_request'
Expand All @@ -43,11 +43,11 @@ jobs:
keep-tags: |
edge
latest
#dry-run: true
# dry-run: true

- uses: dataaxiom/ghcr-cleanup-action@v1
with:
package: ${{ env.CONTAINER_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}
#dry-run: true
# dry-run: true
validate: true

0 comments on commit 4b5e818

Please sign in to comment.