Skip to content

Commit

Permalink
#221 💚 clean up maven snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Jul 25, 2024
1 parent b4e6dfe commit b4547e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
buildBranch:
description: "Branch you want to build"
imageName:
description: "Image names you want to remove"
required: true
type: string
default: 'aissemble-* com.boozallen-*'
Expand All @@ -29,6 +29,6 @@ jobs:
account-type: org
org-name: boozallen
keep-at-least: 2
untagged-only: true
dry-run: false
untagged-only: false
dry-run: true
token: ${{ secrets.GHCR_IO_TOKEN }}

0 comments on commit b4547e0

Please sign in to comment.