Skip to content

Commit

Permalink
chore: Updated required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Mar 2, 2024
1 parent 673405e commit cfdd8d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ on:
type: string
latest-version:
description: "Set the latest version tag to this version"
required: true
required: false
default: false
type: boolean
ghcr-release:
description: "Push to GHCR"
required: true
required: false
default: true
type: boolean
docker-release:
description: "Push to Docker hub"
required: true
required: false
default: true
type: boolean

Expand Down

0 comments on commit cfdd8d6

Please sign in to comment.