Skip to content

Commit d7083ff

Browse files
authored
Fix image tagging (#48)
1 parent 296ad26 commit d7083ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ proto-rootgen-image:
125125
./scripts/build.sh proto-rootgen
126126

127127
images: vpp-image dev-image prod-image tester-image mockcnf-image
128+
docker tag ${STONEWORK_VPP_IMAGE}:${VPP_VERSION} ${REPO}/${STONEWORK_VPP_IMAGE}:${VPP_VERSION}
129+
128130
ifneq ($(RELEASE_TAG_CHECKED),)
129131
# tag release images
130132
docker tag ${STONEWORK_PROD_IMAGE}:${DEV_VERSION} ${REPO}/${STONEWORK_PROD_IMAGE}:${RELEASE_VERSION_FULL}
@@ -134,7 +136,6 @@ endif
134136

135137
push-images:
136138
docker push ${REPO}/${STONEWORK_VPP_IMAGE}:${VPP_VERSION}
137-
docker push ${REPO}/${STONEWORK_VPP_IMAGE}
138139

139140
ifneq ($(RELEASE_TAG_CHECKED),)
140141
docker push ${REPO}/${STONEWORK_PROD_IMAGE}:${RELEASE_VERSION_FULL}

0 commit comments

Comments
 (0)