From 56d68a6e76d8d2785d3a815188267fe29362c1c9 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 23 Jun 2023 11:56:27 -0500 Subject: [PATCH] Corrected stable tag build configuration (#2249) --- .github/workflows/build-multiarch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index f99c79d7..0873d64f 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -126,7 +126,7 @@ jobs: # and each variant (including main one) gets the tag with the variant suffix, such as 2023.1.1-java17 type=ref,event=tag,suffix=-${{ matrix.variant }} # latest repo tag gets a moving 'stable' image tag applied to the main variant - type=pep440,value=stable,enable=${{ matrix.variant == env.MAIN_VARIANT }} + type=pep440,value=stable,enable=${{ matrix.variant == env.MAIN_VARIANT }},pattern={{version}} # for building test/* branch images type=ref,event=branch,suffix=-${{ matrix.variant }},enable=${{ github.ref_name != 'master' }} #