add docker-alpine-image to ci-complete

This commit is contained in:
knowname 2024-06-19 16:36:57 +02:00
parent 4e505b0941
commit c6e18fbc96

View File

@ -777,6 +777,6 @@ jobs:
ci-complete:
runs-on: ubuntu-22.04
needs: [build-test-publish, docker-image, windows-release-node, benchmarks]
needs: [build-test-publish, docker-image, docker-alpine-image, windows-release-node, benchmarks]
steps:
- run: echo "CI complete"