Fix with CORRECT tag
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:
|
with:
|
||||||
images: ${{ env.IMAGES }}
|
images: ${{ env.IMAGES }}
|
||||||
tags: |
|
tags: |
|
||||||
type=match,pattern=images/(.*),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=images/(.*),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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user