Skip to content

Commit 3ea85a0

Browse files
authored
Merge pull request #651 from hapifhir/do-20230227-docker-release-fix
Change tag format
2 parents 1e7690f + 0909e62 commit 3ea85a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
images: ${{ env.IMAGES }}
2727
tags: |
28-
type=match,pattern=image-(.*),group=1,enable=${{github.event_name != 'pull_request'}}
28+
type=match,pattern=image/(.*),group=1,enable=${{github.event_name != 'pull_request'}}
2929
3030
3131
- name: Container meta for tomcat image
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
images: ${{ env.IMAGES }}
3636
tags: |
37-
type=match,pattern=image-(.*),group=1,enable=${{github.event_name != 'pull_request'}}
37+
type=match,pattern=image/(.*),group=1,enable=${{github.event_name != 'pull_request'}}
3838
flavor: |
3939
suffix=-tomcat,onlatest=true
4040

0 commit comments

Comments
 (0)