Skip to content

Commit

Permalink
Merge pull request #6 from blinklabs-io/chore/ci-tag-revisions
Browse files Browse the repository at this point in the history
chore(ci): tag revisions, too
  • Loading branch information
wolf31o2 authored Dec 12, 2023
2 parents e348de1 + 388dd3a commit 7d79f1c
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 7d79f1c

Please sign in to comment.