diff --git a/.github/workflows/image-build-and-push.yaml b/.github/workflows/image-build-and-push.yaml index 6654a9761..8aaf77035 100644 --- a/.github/workflows/image-build-and-push.yaml +++ b/.github/workflows/image-build-and-push.yaml @@ -8,7 +8,7 @@ on: required: true description: 'Version number (for example: 0.1.0)' is-stable: - description: 'Select if the built image should be tagged as latest' + description: 'Select if the built image should be tagged as stable' required: true type: boolean quay-organization: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 203e9f2c9..a13d92f3f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,8 +7,8 @@ on: type: string required: true description: 'Version number (for example: 0.1.0)' - is-latest: - description: 'Select if the built image should be tagged as latest' + is-stable: + description: 'Select if the built image should be tagged as stable' required: true type: boolean quay-organization: