Skip to content

Commit 7d79f1c

Browse files
authored
Merge pull request #6 from blinklabs-io/chore/ci-tag-revisions
chore(ci): tag revisions, too
2 parents e348de1 + 388dd3a commit 7d79f1c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
tags: |
5151
# Only version, no revision
5252
type=match,pattern=v(.*)-(.*),group=1
53+
# Full version, with revision
54+
type=match,pattern=v(.*),group=1
5355
# branch
5456
type=ref,event=branch
5557
# semver
@@ -117,6 +119,8 @@ jobs:
117119
tags: |
118120
# Only version, no revision
119121
type=match,pattern=v(.*)-(.*),group=1
122+
# Full version, with revision
123+
type=match,pattern=v(.*),group=1
120124
# branch
121125
type=ref,event=branch
122126
# semver
@@ -177,6 +181,8 @@ jobs:
177181
tags: |
178182
# Only version, no revision
179183
type=match,pattern=v(.*)-(.*),group=1
184+
# Full version, with revision
185+
type=match,pattern=v(.*),group=1
180186
# branch
181187
type=ref,event=branch
182188
# semver
@@ -202,6 +208,8 @@ jobs:
202208
tags: |
203209
# Only version, no revision
204210
type=match,pattern=v(.*)-(.*),group=1
211+
# Full version, with revision
212+
type=match,pattern=v(.*),group=1
205213
# branch
206214
type=ref,event=branch
207215
# semver

0 commit comments

Comments
 (0)