Skip to content

Commit

Permalink
chore: allow to forcefully recreate all images (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
sumo-drosiek authored Jul 8, 2024
1 parent 80c5234 commit 3438495
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/certify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ name: Manually certify all container images

on:
workflow_dispatch:

inputs:
force:
type: choice
description: Perform action even if image already exists
options:
- "false"
- "true"

defaults:
run:
shell: bash
Expand All @@ -23,3 +30,4 @@ jobs:
run: make certify-all
env:
PYAXIS_API_TOKEN: ${{ secrets.RED_HAT_API_KEY }}
FORCE: "${{ inputs.force }}"

0 comments on commit 3438495

Please sign in to comment.