From f102be2286c4e7b41fb2b3f9f916aaf8bc4db4a8 Mon Sep 17 00:00:00 2001 From: "phillip.toohill" Date: Tue, 3 Dec 2024 16:51:37 -0600 Subject: [PATCH] fix: Updating octavia image workflow for updated versions (#604) --- .github/workflows/release-octavia-ovn.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-octavia-ovn.yml b/.github/workflows/release-octavia-ovn.yml index d88b22f6..40cc902a 100644 --- a/.github/workflows/release-octavia-ovn.yml +++ b/.github/workflows/release-octavia-ovn.yml @@ -15,10 +15,12 @@ on: pluginTag: description: 'Set plugin version' required: true - default: '5.0.0' + default: '7.0.0' type: choice options: - '5.0.0' + - '6.0.0' + - '7.0.0' # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: