From 097ab16908e1b803e334d8e7b6a8a85b1d3d5f83 Mon Sep 17 00:00:00 2001 From: Corentin de Boisset Date: Fri, 12 Jan 2024 19:01:20 +0100 Subject: [PATCH] chore: definitely fix the latest tag from docker --- .github/workflows/tags.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index b1b0911..bef77e3 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -32,10 +32,11 @@ jobs: images: | coenern/neutrino tags: | - type=raw,value=latest,enable=false type=semver,pattern={{ version }} type=semver,pattern={{ major }}.{{ minor }} type=semver,pattern={{ major }} + flavor: | + latest=false - name: Build and push the image uses: docker/build-push-action@v5