From 854fddb3010a7672f48af91e09572ed85fa59dcc Mon Sep 17 00:00:00 2001 From: skylanix Date: Tue, 12 Aug 2025 18:17:48 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20corrige=20la=20double=20cr=C3=A9ation=20d?= =?UTF-8?q?'images=20Docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 37b9ff1..9378793 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -37,7 +37,6 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=ref,event=branch type=ref,event=pr type=semver,pattern={{version}} type=raw,value=latest,enable={{is_default_branch}}