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: .