File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 path : worker/packaging/build/worker-${{matrix.target}}.tar.xz
2626 archive : false
2727
28+ docker-backend :
29+ uses : ./.github/workflows/.build-push-docker-image.yml
30+ with :
31+ image_name : ${{ github.repository }}
32+ dockerfile : ./packaging/docker/Dockerfile
33+ push : ${{ github.ref_name == 'main' }}
34+ cache_mode : max
35+
36+ docker-worker :
37+ uses : ./.github/workflows/.build-push-docker-image.yml
38+ with :
39+ image_name : ${{ github.repository }}-worker
40+ dockerfile : ./packaging/docker/worker.Dockerfile
41+ push : ${{ github.ref_name == 'main' }}
42+ cache_mode : off # cache is really slow for this file
43+
44+
2845 release :
29- needs : build-worker-bundles
46+ needs :
47+ - build-worker-bundles
48+ - docker-backend
49+ - docker-worker
3050 runs-on : ubuntu-latest
3151 steps :
3252 - uses : actions/download-artifact@v8
You can’t perform that action at this time.
0 commit comments