diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 0d4930d5066..c63b54bb1d3 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=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