From 2b15c51998c18f985ce78022919605aa6c556b72 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 12 Nov 2025 12:30:40 -0500 Subject: [PATCH] fix: Removes unknown version tag from ci. --- .gitea/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 47122a1..3df42b4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -43,7 +43,6 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | type=ref,event=branch - type=semver,pattern={{version}} type=sha type=raw,value=latest # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If