Skip to content

Commit e15c637

Browse files
author
David Zuckerman
committed
adding internal incremental versioning to releases
1 parent afe3b46 commit e15c637

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ jobs:
4747
flavor: latest=false
4848
tags: |
4949
type=ref,event=tag
50-
type=semver,pattern={{major}}
51-
type=semver,pattern={{major}}.{{minor}}
52-
type=semver,pattern={{version}}
50+
type=match,pattern=\d+
51+
type=match,pattern=\d+\d+
52+
type=match,pattern=\d+\d+\d+
53+
type=match,pattern=.*
5354
5455
- name: Retag the pulled image
5556
env:

0 commit comments

Comments
 (0)