Skip to content

Commit 059e376

Browse files
authored
Merge pull request #30 from cloudstruct/ci/correct-tags-pushed
ci: ensure arch-specific tags match
2 parents 8abc399 + 6808208 commit 059e376

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
latest=false
4848
suffix=-amd64
4949
tags: |
50-
# full tag minus v
51-
type=match,pattern=v(.*),group=1
50+
# Only version, no revision
51+
type=match,pattern=v(.*)-(.*),group=1
5252
# branch
5353
type=ref,event=branch
5454
# semver
@@ -105,8 +105,8 @@ jobs:
105105
latest=false
106106
suffix=-arm64v8
107107
tags: |
108-
# full tag minus v
109-
type=match,pattern=v(.*),group=1
108+
# Only version, no revision
109+
type=match,pattern=v(.*)-(.*),group=1
110110
# branch
111111
type=ref,event=branch
112112
# semver

0 commit comments

Comments
 (0)