Skip to content

Commit 27cf5cf

Browse files
Update build.yml - buildkit to v0.19.0
1 parent 00bcd44 commit 27cf5cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -38,7 +38,7 @@ jobs:
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

0 commit comments

Comments
 (0)