Skip to content

Commit

Permalink
fix: Updating octavia image workflow for updated versions (rackerlabs…
Browse files Browse the repository at this point in the history
  • Loading branch information
the2hill authored and mnaghavi committed Dec 9, 2024
1 parent e710054 commit f102be2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-octavia-ovn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f102be2

Please sign in to comment.