From 02df1e12b8127a916df139ac1a9c576df56666f3 Mon Sep 17 00:00:00 2001 From: "dotasek.dev" Date: Tue, 27 Feb 2024 15:51:58 -0500 Subject: [PATCH] Change tag format --- .github/workflows/build-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 0d4930d..8846336 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -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