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