Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #147 from ernestojeda/rename-makefile-images
Browse files Browse the repository at this point in the history
ci: update local docker image names in Makefile
  • Loading branch information
cloudxxx8 committed May 9, 2021
2 parents 5d6385a + 7b55d68 commit cb71d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ docker: $(DOCKERS)
docker_device_random_go:
docker build \
--label "git_sha=$(GIT_SHA)" \
-t edgexfoundry/docker-device-random-go:$(GIT_SHA) \
-t edgexfoundry/docker-device-random-go:$(VERSION)-dev \
-t edgexfoundry/device-random:$(GIT_SHA) \
-t edgexfoundry/device-random:$(VERSION)-dev \
.

0 comments on commit cb71d36

Please sign in to comment.