From 2c5513f973e9f981bd6d535c4c7fd2caf51d0f09 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Fri, 8 Aug 2025 15:57:14 +0200 Subject: [PATCH] Changed GH action to publish images from the preview branch too --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6adfdb3..b7eebf4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -31,9 +31,9 @@ jobs: uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - flavor: | - latest=true tags: | + # set latest tag for main branch only + type=raw,value=latest,enable=main type=ref,event=branch type=sha