Skip to content

Commit

Permalink
chore: major.minor tag added
Browse files Browse the repository at this point in the history
  • Loading branch information
KEGustafsson committed Dec 29, 2024
1 parent db23635 commit 51ab51c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
tags: |
type=semver,pattern={{raw}}
type=semver,pattern=v{{major}},enable=${{ !contains(github.ref, 'beta') }}
type=semver,pattern=v{{major}}.{{minor}},enable=${{ !contains(github.ref, 'beta') }}
type=raw,value=latest,enable=${{ !contains(github.ref, 'beta') }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 51ab51c

Please sign in to comment.