From cd420b83627620ecffbcadbd92e8ba99f86eaea2 Mon Sep 17 00:00:00 2001 From: Daniel Rocha <68558152+danroc@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:12:45 +0100 Subject: [PATCH] Revert "ci: also tag docker image with git tag (#64)" (#65) This reverts commit b91d0f32b8ca2da389849d32155b4e20e483e880. --- .github/workflows/publish-docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 94f8ce9..1da7691 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -35,7 +35,6 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=ref,event=tag type=semver,pattern={{version}} - name: Build and push Docker image