Skip to content

Commit 45793f4

Browse files
authored
Merge pull request #36 from layer5io/jamieplu-patch-2
change from semver to raw
2 parents 216d7e7 + 2d571b1 commit 45793f4

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)