fix: entferne die Versionierungsprüfung für Docker-Tag-Builds in der CI
This commit is contained in:
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user