Skip to content

Commit 714de44

Browse files
committed
Fix Dockerfile smoke build mode
1 parent dedae80 commit 714de44

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/dependency-review.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,10 @@ jobs:
571571
persist-credentials: false
572572

573573
- name: Build the Dockerfile (no push)
574-
run: docker build --pull -t socket-python-cli:dependabot-smoke .
574+
run: >-
575+
docker build --pull
576+
--build-arg USE_LOCAL_INSTALL=true
577+
-t socket-python-cli:dependabot-smoke .
575578
576579
workflow-notice:
577580
needs: inspect

0 commit comments

Comments
 (0)