From f4d4262642397733a5af52b17c4724eb3002af78 Mon Sep 17 00:00:00 2001 From: Anish Asthana Date: Wed, 30 Aug 2023 15:39:02 -0400 Subject: [PATCH] Change remaining is-latest references to stable Signed-off-by: Anish Asthana --- .github/workflows/image-build-and-push.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: