Skip to content

Commit

Permalink
ci: Use raw tag instead of semVer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Schörgers committed Nov 21, 2023
1 parent b6d9990 commit 3340196
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Expand Up @@ -30,9 +30,7 @@ jobs:
${{ env.REGISTRY }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=tag
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 3340196

Please sign in to comment.