We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abc399 commit 6808208Copy full SHA for 6808208
.github/workflows/publish.yml
@@ -47,8 +47,8 @@ jobs:
47
latest=false
48
suffix=-amd64
49
tags: |
50
- # full tag minus v
51
- type=match,pattern=v(.*),group=1
+ # Only version, no revision
+ type=match,pattern=v(.*)-(.*),group=1
52
# branch
53
type=ref,event=branch
54
# semver
@@ -105,8 +105,8 @@ jobs:
105
106
suffix=-arm64v8
107
108
109
110
111
112
0 commit comments