Skip to content

Commit

Permalink
Add "AlmaLinux Kitten release 10" support AlmaLinux#10
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Sep 16, 2024
1 parent e1012e6 commit ebc48d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ jobs:
tags: |
type=raw,value=latest,enable=${{ matrix.image_types != 'default' || ( matrix.image_types == 'default' && inputs.version_major == env.version_latest ) }}
type=raw,value=${{ inputs.version_major }},enable=true
type=raw,value=${{ inputs.version_major }}${{ contains(inputs.version_major, '10-kitten') && '' || format('.{0}', env.version_minor) }},enable=true
type=raw,value=${{ inputs.version_major }}${{ contains(inputs.version_major, '10-kitten') && '' || format('.{0}', env.version_minor) }}-${{ env.date_stamp }},enable=true
type=raw,value=${{ inputs.version_major }}${{ inputs.version_major == '10-kitten' && '' || env.version_minor }},enable=true
type=raw,value=${{ inputs.version_major }}${{ inputs.version_major == '10-kitten' && '' || env.version_minor }}-${{ env.date_stamp }},enable=true
-
name: Build images
Expand Down

0 comments on commit ebc48d8

Please sign in to comment.