From 337fd11c17348f790704ed3720ad8561c92a3ed0 Mon Sep 17 00:00:00 2001 From: adrianc Date: Sun, 26 May 2024 20:02:37 +0300 Subject: [PATCH] dont push latest tag on release Signed-off-by: adrianc --- .github/workflows/image-push-release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/image-push-release.yaml b/.github/workflows/image-push-release.yaml index 23f2697..cf2d821 100644 --- a/.github/workflows/image-push-release.yaml +++ b/.github/workflows/image-push-release.yaml @@ -30,6 +30,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.IMAGE_NAME }} + flavor: | + latest=false tags: | type=ref,event=tag @@ -65,6 +67,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.IMAGE_NAME }} + flavor: | + latest=false tags: | type=ref,event=tag @@ -100,6 +104,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.IMAGE_NAME }} + flavor: | + latest=false tags: | type=ref,event=tag