Skip to content

Commit

Permalink
Suffix flavor to filenames for better sorting
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
  • Loading branch information
anmazzotti committed Jun 4, 2024
1 parent 8f9257e commit 0c508c4
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish-all-channels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ jobs:
- tag: "5.5"
file: "sle-micro-5-5.json"
baseOS: "sle-micro"
- tag: "5.5-base"
file: "sle-micro-base-5-5.json"
baseOS: "sle-micro"
- tag: "5.5-kvm"
file: "sle-micro-kvm-5-5.json"
file: "sle-micro-5-5-kvm.json"
baseOS: "sle-micro"
- tag: "5.5-rt"
file: "sle-micro-rt-5-5.json"
file: "sle-micro-5-5-rt.json"
baseOS: "sle-micro"
runs-on: ubuntu-latest
steps:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions channels/sle-micro-5-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,19 @@
}
}
},
{
"metadata": {
"name": "v2.0.4-5.5.30"
},
"spec": {
"version": "v2.0.4-5.5.30",
"type": "container",
"metadata": {
"upgradeImage": "registry.suse.com/suse/sle-micro/5.5:2.0.4-5.5.30",
"displayName": "SLE Micro 5.5 OS"
}
}
},
{
"metadata": {
"name": "v2.0.2-4.2.128"
Expand Down
9 changes: 2 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ watches:
displayName: "SLE Micro 5.5"
osRepo: registry.suse.com/suse/sle-micro/5.5
isoRepo: registry.suse.com/suse/sle-micro-iso/5.5
- flavor: "base"
fileName: "sle-micro-base-5-5"
displayName: "SLE Micro Base 5.5"
osRepo: registry.suse.com/suse/sle-micro/base-5.5
isoRepo: registry.suse.com/suse/sle-micro-iso/base-5.5
- flavor: "kvm"
fileName: "sle-micro-kvm-5-5"
fileName: "sle-micro-5-5-kvm"
displayName: "SLE Micro KVM 5.5"
osRepo: registry.suse.com/suse/sle-micro/kvm-5.5
isoRepo: "N/A"
- flavor: "rt"
fileName: "sle-micro-rt-5-5"
fileName: "sle-micro-5-5-rt"
displayName: "SLE Micro RT 5.5"
osRepo: registry.suse.com/suse/sle-micro/rt-5.5
isoRepo: "N/A"
Expand Down

0 comments on commit 0c508c4

Please sign in to comment.