Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #64 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
ernestojeda authored May 11, 2021
2 parents e3babba + cec5a56 commit bfc81eb
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 @@ -33,6 +33,6 @@ docker_device_grove_c:
docker build \
-f scripts/Dockerfile.alpine \
--label "git_sha=$(GIT_SHA)" \
-t edgexfoundry/docker-device-grove-c:${GIT_SHA} \
-t edgexfoundry/docker-device-grove-c:${VERSION}-dev \
-t edgexfoundry/device-grove:${GIT_SHA} \
-t edgexfoundry/device-grove:${VERSION}-dev \
.

0 comments on commit bfc81eb

Please sign in to comment.