We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c95d6e commit a37b227Copy full SHA for a37b227
.github/workflows/image-build-and-push.yaml
@@ -8,7 +8,7 @@ on:
8
required: true
9
description: 'Version number (for example: 0.1.0)'
10
is-stable:
11
- description: 'Select if the built image should be tagged as latest'
+ description: 'Select if the built image should be tagged as stable'
12
13
type: boolean
14
quay-organization:
.github/workflows/release.yaml
@@ -7,8 +7,8 @@ on:
7
type: string
- is-latest:
+ is-stable:
0 commit comments