Skip to content

Commit

Permalink
Fix: Remove major tag from lts release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopachev authored Oct 30, 2024
1 parent 9f9d3ad commit a51b6b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
tags: |
type=semver,pattern={{version}},value=${{ env.COMPOSER_VERSION_MAJOR_MINOR_PATCH }}
type=semver,pattern={{major}}.{{minor}},value=${{ env.COMPOSER_VERSION_MAJOR_MINOR_PATCH }}
type=semver,pattern={{major}},value=${{ env.COMPOSER_VERSION_MAJOR_MINOR_PATCH }}
lts
labels: |
org.opencontainers.image.vendor=Composer
Expand All @@ -77,7 +76,6 @@ jobs:
tags: |
type=semver,pattern={{version}},value=${{ env.COMPOSER_VERSION_MAJOR_MINOR_PATCH }}
type=semver,pattern={{major}}.{{minor}},value=${{ env.COMPOSER_VERSION_MAJOR_MINOR_PATCH }}
type=semver,pattern={{major}},value=${{ env.COMPOSER_VERSION_MAJOR_MINOR_PATCH }}
lts
labels: |
org.opencontainers.image.vendor=Composer
Expand Down

0 comments on commit a51b6b2

Please sign in to comment.