Merge pull request #651 from hapifhir/do-20230227-docker-release-fix
Change tag format
This commit is contained in:
4
.github/workflows/build-images.yaml
vendored
4
.github/workflows/build-images.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
with:
|
||||
images: ${{ env.IMAGES }}
|
||||
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
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
with:
|
||||
images: ${{ env.IMAGES }}
|
||||
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: |
|
||||
suffix=-tomcat,onlatest=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user