Skip to content

Commit 460f0c3

Browse files
committed
Use less granular tagging policy
1 parent 7a60979 commit 460f0c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ jobs:
8787
flavor: |
8888
latest=false
8989
images: ghcr.io/${{ github.repository }}
90+
# @TODO v1.0 Consider introducing more granular tags (major and major.minor)
91+
# @see https://github.com/php/pie/pull/122#pullrequestreview-2477496308
92+
# @see https://github.com/php/pie/pull/122#discussion_r1867331273
9093
tags: |
9194
type=raw,value=bin
9295
type=semver,pattern={{version}}-bin
93-
type=semver,pattern={{major}}.{{minor}}-bin
94-
type=semver,pattern={{major}}-bin
9596
9697
- name: Build and push Docker image
9798
id: build-and-push

0 commit comments

Comments
 (0)