Skip to content

Commit

Permalink
chore(ci): tag revisions, too
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Dec 11, 2023
1 parent b3c6309 commit 388dd3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
tags: |
# Only version, no revision
type=match,pattern=v(.*)-(.*),group=1
# Full version, with revision
type=match,pattern=v(.*),group=1
# branch
type=ref,event=branch
# semver
Expand Down Expand Up @@ -117,6 +119,8 @@ jobs:
tags: |
# Only version, no revision
type=match,pattern=v(.*)-(.*),group=1
# Full version, with revision
type=match,pattern=v(.*),group=1
# branch
type=ref,event=branch
# semver
Expand Down Expand Up @@ -177,6 +181,8 @@ jobs:
tags: |
# Only version, no revision
type=match,pattern=v(.*)-(.*),group=1
# Full version, with revision
type=match,pattern=v(.*),group=1
# branch
type=ref,event=branch
# semver
Expand All @@ -202,6 +208,8 @@ jobs:
tags: |
# Only version, no revision
type=match,pattern=v(.*)-(.*),group=1
# Full version, with revision
type=match,pattern=v(.*),group=1
# branch
type=ref,event=branch
# semver
Expand Down

0 comments on commit 388dd3a

Please sign in to comment.