We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 216d7e7 + 2d571b1 commit 45793f4Copy full SHA for 45793f4
1 file changed
.github/workflows/multi-platform.yml
@@ -95,7 +95,7 @@ jobs:
95
type=raw,pattern={{version}},value=${{env.RELEASE_CHANNEL}}-${{env.GIT_VERSION}}
96
type=raw,value=${{env.RELEASE_CHANNEL}}-{{tag}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
97
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') }}
+ type=raw,pattern={{version}},value=${{env.RELEASE_CHANNEL}}-${{env.GIT_VERSION}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
99
- name: Login to DockerHub
100
uses: docker/login-action@v3
101
with:
0 commit comments