Skip to content

Commit

Permalink
Add image base os flavor
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 May 30, 2024
1 parent 8f752a8 commit d11b718
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-all-channels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
channel:
- tag: "5.5"
file: "sle-micro-5-5.json"
flavor: "sle-micro"
- tag: "5.5-base"
file: "sle-micro-base-5-5.json"
flavor: "sle-micro"
- tag: "5.5-kvm"
file: "sle-micro-kvm-5-5.json"
- tag: "5.5-rt"
file: "sle-micro-rt-5-5.json"
flavor: "sle-micro"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -40,4 +43,4 @@ jobs:
push: true
build-args: |
CHANNEL_JSON_FILE=${{ matrix.channel.file }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.channel.tag }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ matrix.channel.flavor }}:${{ matrix.channel.tag }}

0 comments on commit d11b718

Please sign in to comment.