Skip to content

Commit 4d96f95

Browse files
author
Matt Vinall
committed
fix tagging in docker Makefile
Signed-off-by: Matt Vinall <[email protected]>
1 parent 05e59a7 commit 4d96f95

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)