Skip to content

Commit 2d571b1

Browse files
authored
change from semver to raw
Signed-off-by: jamieplu <179417684+jamieplu@users.noreply.github.com>
1 parent 216d7e7 commit 2d571b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
type=raw,pattern={{version}},value=${{env.RELEASE_CHANNEL}}-${{env.GIT_VERSION}}
9696
type=raw,value=${{env.RELEASE_CHANNEL}}-{{tag}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
9797
type=raw,value=${{env.RELEASE_CHANNEL}}-latest
98-
type=semver,pattern={{version}},value=${{env.RELEASE_CHANNEL}}-${{env.GIT_VERSION}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
98+
type=raw,pattern={{version}},value=${{env.RELEASE_CHANNEL}}-${{env.GIT_VERSION}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
9999
- name: Login to DockerHub
100100
uses: docker/login-action@v3
101101
with:

0 commit comments

Comments
 (0)