Skip to content

Commit

Permalink
revert semver changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleSanderson authored Nov 30, 2024
1 parent 6f7f172 commit 02095f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "main"
- "develop"
tags:
- '*'
- 'v*'
pull_request:

env:
Expand Down Expand Up @@ -251,8 +251,8 @@ jobs:
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}},prefix=v
type=semver,pattern={{major}}.{{minor}},prefix=v
type=ref,event=branch
type=ref,event=pr
flavor: |
Expand Down Expand Up @@ -329,8 +329,8 @@ jobs:
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}},prefix=v
type=semver,pattern={{major}}.{{minor}},prefix=v
type=ref,event=branch
type=ref,event=pr
flavor: |
Expand Down

0 comments on commit 02095f0

Please sign in to comment.