File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 - name : Build analyzers
2424 uses : docker://thehiveproject/cortex-neurons-builder:latest
2525 with :
26- driver-opts : image=moby/buildkit:v0.12 .0
26+ driver-opts : image=moby/buildkit:v0.19 .0
2727 args : |
2828 --namespace cortexneurons --path analyzers --registry_dockerhub ${{ secrets.REGISTRY_DOCKERHUB }} ${{ (startsWith(github.ref, 'refs/tags') || github.event_name == 'schedule') && '--stable' || '' }}
2929
3838 - name : Build responders
3939 uses : docker://thehiveproject/cortex-neurons-builder:latest
4040 with :
41- driver-opts : image=moby/buildkit:v0.12 .0
41+ driver-opts : image=moby/buildkit:v0.19 .0
4242 args : |
4343 --namespace cortexneurons --path responders --registry_dockerhub ${{ secrets.REGISTRY_DOCKERHUB }} ${{ (startsWith(github.ref, 'refs/tags') || github.event_name == 'schedule') && '--stable' || '' }}
4444
You can’t perform that action at this time.
0 commit comments