Skip to content

Commit

Permalink
testing driver-opts to build analyzers with buildkit v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
needarun committed Aug 17, 2023
1 parent 48ea76e commit c624b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build analyzers
uses: docker://thehiveproject/cortex-neurons-builder:latest
with:
driver-opts: image=moby/buildkit:v0.12.0
args: |
--namespace cortexneurons --path analyzers --registry_dockerhub ${{ secrets.REGISTRY_DOCKERHUB }} --registry_harbor ${{ secrets.REGISTRY_HARBOR }} ${{ (startsWith(github.ref, 'refs/tags') || github.event_name == 'schedule') && '--stable' || '' }}
Expand Down

0 comments on commit c624b8e

Please sign in to comment.