Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Apr 3, 2024
1 parent bd67539 commit c936b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pull:
build:
docker build \
--network=host \
--build-arg JENKINS_AGENT=$(JENKINS_AGENT) \
--build-arg PYTHON_MAJOR=$(PYTHON_MAJOR) \
--build-arg PYTHON_PATCH=$(PYTHON_PATCH) \
-t $(IMAGE) -f $(DIR)/$(FILE) $(DIR)
Expand Down

0 comments on commit c936b02

Please sign in to comment.