Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-ass authored Dec 19, 2024
1 parent fe4e7fe commit cb7c744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}},enable=${{ !contains(github.ref, '-beta') }}
type=semver,pattern={{major}},enable=${{ !contains(github.ref, '-beta') }}
# Add specific handling for beta versions
type=match,pattern=\d+\.\d+\.\d+-beta\.\d+,group=0
type=match,pattern=v\d+\.\d+\.\d+-beta\.\d+,group=0
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit cb7c744

Please sign in to comment.