Skip to content

Commit b749789

Browse files
committed
Use semver for versioning uat images
1 parent d0e8729 commit b749789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-push-uat-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
flavor: |
3838
suffix=-app,onlatest=true
3939
tags: |
40-
type=match,pattern=.+portage-(\d+\.\d+\.\d+-uat-\d+),group=1
40+
type=match,pattern=.+portage-(\d+\.\d+\.\d+-uat-\d+\.\d+\.\d+),group=1
4141
type=raw,value=uat
4242
4343
# Extract metadata for assets image
@@ -49,7 +49,7 @@ jobs:
4949
flavor: |
5050
suffix=-assets,onlatest=true
5151
tags: |
52-
type=match,pattern=.+portage-(\d+\.\d+\.\d+-uat-\d+),group=1
52+
type=match,pattern=.+portage-(\d+\.\d+\.\d+-uat-\d+\.\d+\.\d+),group=1
5353
type=raw,value=uat
5454
5555
- name: Build and push the app stage image

0 commit comments

Comments
 (0)