There was an error while loading. Please reload this page.
1 parent dedae80 commit 714de44Copy full SHA for 714de44
1 file changed
.github/workflows/dependency-review.yml
@@ -571,7 +571,10 @@ jobs:
571
persist-credentials: false
572
573
- name: Build the Dockerfile (no push)
574
- run: docker build --pull -t socket-python-cli:dependabot-smoke .
+ run: >-
575
+ docker build --pull
576
+ --build-arg USE_LOCAL_INSTALL=true
577
+ -t socket-python-cli:dependabot-smoke .
578
579
workflow-notice:
580
needs: inspect
0 commit comments