Remove build-docker-image dependency from release job

This commit is contained in:
2025-10-19 21:02:35 +03:00
parent 6a0c5bd120
commit fc72bc161c
+1 -1
View File
@@ -198,7 +198,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [build-windows-package, build-linux-package, build-docker-image]
needs: [build-windows-package, build-linux-package]
steps:
- name: Download all artifacts
uses: christopherhx/gitea-download-artifact@v4