fix: entferne die Versionierungsprüfung für Docker-Tag-Builds in der CI
Build And Test / build (push) Successful in 18s
Build And Test / Build and Publish Docker Image (push) Has been skipped

This commit is contained in:
Matthias Hinrichs
2025-11-22 00:14:16 +01:00
parent 89bbe901fc
commit cebe2fea32
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
- name: Build and Push Docker versioned Image ${{ gitea.ref_name }} - 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 uses: docker/build-push-action@v6
with: with:
context: . context: .