Skip to content

Commit

Permalink
Fix Makefile Oversight (#11568)
Browse files Browse the repository at this point in the history
* Adds MAKE Command for Building Plugin Image

* Makefile Oversight
  • Loading branch information
kalverra authored Dec 14, 2023
1 parent b2e163b commit 7dd42eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ build_docker_image:
# tag: the tag for the chainlink image being built, example: tag=latest
# example usage: make build_docker_image image=chainlink tag=latest
.PHONY: build_plugin_docker_image
build_docker_image:
build_plugin_docker_image:
docker build -f ../plugins/chainlink.Dockerfile --build-arg COMMIT_SHA=$(git rev-parse HEAD) --build-arg CHAINLINK_USER=chainlink -t localhost:5000/chainlink:develop ../

# image: the name for the chainlink image being built, example: image=chainlink
Expand Down

0 comments on commit 7dd42eb

Please sign in to comment.