Skip to content

Commit 0cc4a4b

Browse files
committed
Don't set secondary version tag
1 parent 6e0ca0d commit 0cc4a4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ jobs:
5656
with:
5757
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5858
tags: |
59-
type=ref,event=branch
6059
type=ref,event=pr
6160
type=semver,pattern={{version}}
62-
type=semver,pattern={{major}}.{{minor}}
63-
type=sha
6461
- # httos://github.com/actions/cache
6562
name: Cache Docker layers
6663
uses: actions/cache@v4

0 commit comments

Comments
 (0)