Skip to content

Commit

Permalink
Fix tagging in Github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fxusyd committed May 8, 2024
1 parent f564112 commit e3da942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-buildx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tags: |
type=semver,priority=900,pattern={{version}}
type=match,priority=800,pattern=v(.*)
type=match,priority=800,pattern=\d.\d.\d.\d
type=match,priority=800,pattern=\d+.\d+.\d+.\d+
type=sha
-
name: Set up QEMU
Expand Down

0 comments on commit e3da942

Please sign in to comment.