From ddef75c29c83ccc947de9a5ac43432d371d91ba6 Mon Sep 17 00:00:00 2001 From: Jack Henschel Date: Sun, 28 Nov 2021 10:51:38 +0100 Subject: [PATCH] fix tags --- .github/workflows/build-latest-container-images.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-latest-container-images.yaml b/.github/workflows/build-latest-container-images.yaml index cab549b..f3b4c88 100644 --- a/.github/workflows/build-latest-container-images.yaml +++ b/.github/workflows/build-latest-container-images.yaml @@ -29,7 +29,8 @@ jobs: images: | docker.io/martialblog/limesurvey tags: | - type=semver,pattern={{raw}},suffix=-apache - type=semver,pattern={{major}},suffix=-apache + type=match,pattern=(.+),group=1 + type=match,pattern=^(\d+),group=1 flavor: | latest=false + suffix=-apache