1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-20 13:49:41 +02:00

remove unnecessary v from release pipeline

This commit is contained in:
Nikita Melnikov 2022-11-16 07:11:21 -03:00
parent 882971ca6e
commit b83d468ba0

View file

@ -45,7 +45,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }} type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}
type=semver,pattern={{version}},prefix=v type=semver,pattern={{version}},prefix=v
type=semver,pattern=v{{major}}.{{minor}},prefix=v type=semver,pattern={{major}}.{{minor}},prefix=v
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3