Change tag format

This commit is contained in:
dotasek.dev
2024-02-27 15:51:58 -05:00
parent 1e7690fc03
commit 02df1e12b8

View File

@@ -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=images/(.*),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=images/(.*),group=1,enable=${{github.event_name != 'pull_request'}}
flavor: |
suffix=-tomcat,onlatest=true