From cebe2fea32dc7b5a012e7f1bd35492cb7613707c Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 22 Nov 2025 00:14:16 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20entferne=20die=20Versionierungspr=C3=BCf?= =?UTF-8?q?ung=20f=C3=BCr=20Docker-Tag-Builds=20in=20der=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 2baf571..fef5c35 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -60,7 +60,7 @@ jobs: file: ./Dockerfile - name: Build and Push Docker versioned Image ${{ gitea.ref_name }} - if: startsWith(gitea.ref, 'refs/tags/v') && (gitea.ref_name =~ '^v[0-9]+\.[0-9]+\.[0-9]+$') + if: startsWith(gitea.ref, 'refs/tags/v') uses: docker/build-push-action@v6 with: context: .