Skip to content

Commit b0e6a37

Browse files
committed
Fix Docker release
1 parent af9b3b0 commit b0e6a37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ jobs:
7070
uses: crazy-max/ghaction-docker-meta@v2
7171
with:
7272
images: ${{ env.DOCKER_IMAGE }}
73+
# output 2.1.2, 2.1 and 2
7374
tags: |
74-
# output 0.1.2
7575
type=semver,pattern={{version}}
76-
# output 0.1
7776
type=semver,pattern={{major}}.{{minor}}
78-
# disabled if major zero
7977
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
8078
8179
# Setup docker build environment

0 commit comments

Comments
 (0)