Skip to content

Commit

Permalink
try to add msr and vanilla tags without prefix to any semver tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
comminutus committed Sep 8, 2024
1 parent f3541a8 commit c28ed44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
latest=auto
suffix=-vanilla
tags: |
type=semver,pattern={{version}},value=vanilla
type=semver,pattern={{version}},prefix=v
type=semver,pattern={{major}}.{{minor}},prefix=v
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }},prefix=v
type=raw,value=vanilla,suffix=
type=raw,value=${{ github.sha }}
type=edge,branch=master
type=schedule
Expand All @@ -89,10 +89,10 @@ jobs:
latest=false
suffix=-msr
tags: |
type=semver,pattern={{version}},value=msr
type=semver,pattern={{version}},prefix=v
type=semver,pattern={{major}}.{{minor}},prefix=v
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }},prefix=v
type=raw,value=msr,suffix=
type=raw,value=${{ github.sha }}
type=edge,branch=master
type=schedule
Expand Down

0 comments on commit c28ed44

Please sign in to comment.