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
|
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: .
|
||||||
|
|||||||
Reference in New Issue
Block a user