Merge pull request #651 from hapifhir/do-20230227-docker-release-fix

Change tag format
This commit is contained in:
dotasek
2024-02-27 17:15:36 -05:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ jobs:
with: with:
images: ${{ env.IMAGES }} images: ${{ env.IMAGES }}
tags: | tags: |
type=match,pattern=image-(.*),group=1,enable=${{github.event_name != 'pull_request'}} type=match,pattern=image/(.*),group=1,enable=${{github.event_name != 'pull_request'}}
- name: Container meta for tomcat image - name: Container meta for tomcat image
@@ -34,7 +34,7 @@ jobs:
with: with:
images: ${{ env.IMAGES }} images: ${{ env.IMAGES }}
tags: | tags: |
type=match,pattern=image-(.*),group=1,enable=${{github.event_name != 'pull_request'}} type=match,pattern=image/(.*),group=1,enable=${{github.event_name != 'pull_request'}}
flavor: | flavor: |
suffix=-tomcat,onlatest=true suffix=-tomcat,onlatest=true