Skip to content

Commit 5fc6597

Browse files
authored
Merge pull request #21 from blinklabs-io/chore/ci-publish-revision-tag
chore(ci): publish revision tagged images
2 parents 9f040d4 + 3e95ad1 commit 5fc6597

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 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

0 commit comments

Comments
 (0)