From 49c1c099c27169916ea49b9eac508ef12d08bcb1 Mon Sep 17 00:00:00 2001 From: phillip-toohill Date: Tue, 3 Dec 2024 09:11:53 -0600 Subject: [PATCH] fix: Updating octavia image workflow for updated versions --- .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: