Skip to content

Commit 498049f

Browse files
authored
Merge pull request #18 from boyvinall/master
fix tagging in docker Makefile
2 parents 05e59a7 + 4d96f95 commit 498049f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tag_latest: tag_latest-$(1)
4545
tag_latest-$(1):
4646
$(call HEADER,TAG $(1))
4747
@if [ "$${IMAGE_VERSION}" = "latest" ]; then echo '\nPlease set IMAGE_VERSION\n' && false; fi
48-
docker tag $${PREFIX}/$(1):$${IMAGE_VERSION} $${PREFIX}/$(1):latest )
48+
docker tag $${PREFIX}/$(1):latest $${PREFIX}/$(1):$${IMAGE_VERSION}
4949

5050
release: release-$(1)
5151
release-$(1):

0 commit comments

Comments
 (0)