Skip to content

Commit

Permalink
make default values not required
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Sep 5, 2024
1 parent 84c707e commit 174a9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:
required: true
type: string
base-image:
required: true
required: false
type: string
default: 'registry.access.redhat.com/ubi9/python-311:latest'
image-check:
required: true
required: false
type: boolean
default: false
description: Check to see if the base image version already exists. Fail the job if it does.
Expand Down

0 comments on commit 174a9d9

Please sign in to comment.