Skip to content

Commit de30ddf

Browse files
authored
Merge pull request #282 from codex-team/fix-release-pipeline
remove unnecessary v from release pipeline
2 parents 882971c + b83d468 commit de30ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
type=raw,value=latest,enable={{is_default_branch}}
4646
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}
4747
type=semver,pattern={{version}},prefix=v
48-
type=semver,pattern=v{{major}}.{{minor}},prefix=v
48+
type=semver,pattern={{major}}.{{minor}},prefix=v
4949
5050
- name: Build and push image
5151
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)