Skip to content

Commit a37b227

Browse files
anishasthanaopenshift-merge-robot
authored andcommitted
Change remaining is-latest references to stable
Signed-off-by: Anish Asthana <[email protected]>
1 parent 9c95d6e commit a37b227

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/image-build-and-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
description: 'Version number (for example: 0.1.0)'
1010
is-stable:
11-
description: 'Select if the built image should be tagged as latest'
11+
description: 'Select if the built image should be tagged as stable'
1212
required: true
1313
type: boolean
1414
quay-organization:

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
type: string
88
required: true
99
description: 'Version number (for example: 0.1.0)'
10-
is-latest:
11-
description: 'Select if the built image should be tagged as latest'
10+
is-stable:
11+
description: 'Select if the built image should be tagged as stable'
1212
required: true
1313
type: boolean
1414
quay-organization:

0 commit comments

Comments
 (0)