Skip to content

Commit

Permalink
Merge pull request #154 from fitbeard/feat/use_release_instead_code_name
Browse files Browse the repository at this point in the history
feat: use release instead of code names
  • Loading branch information
fitbeard committed Dec 21, 2023
2 parents 16ced8f + 9fe40ff commit d478985
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
os:
description: 'Openstack release'
required: true
default: 'antelope'
default: '2023.01'
type: choice
options:
- yoga
- zed
- antelope
- '2023.01'
profile:
description: 'Kolla profile'
required: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/promote-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
os:
description: 'Openstack release'
required: true
default: 'antelope'
default: '2023.01'
type: choice
options:
- yoga
- zed
- antelope
- '2023.01'
profile:
description: 'Kolla profile'
required: true
Expand All @@ -33,7 +33,7 @@ on:
env:
yoga: "quay.io/fitbeard/kolla/rocky-source-"
zed: "quay.io/fitbeard/kolla/"
antelope: "quay.io/fitbeard/kolla/"
'2023.01': "quay.io/fitbeard/kolla/"

jobs:
promote-tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
release:
- yoga
- zed
- antelope
- '2023.01'
steps:
- name: Checkout project
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kolla-build:
namespace: fitbeard/kolla
pull: true
registry: quay.io
tag: antelope-dev
tag: '2023.01'
cinder-base:
location: https://github.com/openstack/cinder.git
reference: e215be5fc6bcd4cdbc32883d4215a289986e4b01
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion releases/yoga/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kolla-build:
namespace: fitbeard/kolla
pull: true
registry: quay.io
tag: yoga-dev
tag: yoga
cinder-base:
location: https://github.com/openstack/cinder.git
reference: f6d69ab251f212c8b6a0f2f26cda619ffa67b71a
Expand Down
2 changes: 1 addition & 1 deletion releases/zed/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kolla-build:
namespace: fitbeard/kolla
pull: true
registry: quay.io
tag: zed-dev
tag: zed
cinder-base:
location: https://github.com/openstack/cinder.git
reference: 011e6549259c0433ceb594d8083f6c838d964311
Expand Down

0 comments on commit d478985

Please sign in to comment.