From 0909e62731656a71de7c1e932d67c5e9134003f0 Mon Sep 17 00:00:00 2001 From: dotasek Date: Tue, 27 Feb 2024 15:55:34 -0500 Subject: [PATCH] Fix with CORRECT tag --- .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 8846336..c63b54b 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=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 @@ -34,7 +34,7 @@ jobs: with: images: ${{ env.IMAGES }} 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: | suffix=-tomcat,onlatest=true