Skip to content

Commit

Permalink
removed useless driver-opts in the end
Browse files Browse the repository at this point in the history
  • Loading branch information
needarun committed Aug 17, 2023
1 parent c624b8e commit 054d91e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ 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 054d91e

Please sign in to comment.