File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ proto-rootgen-image:
125
125
./scripts/build.sh proto-rootgen
126
126
127
127
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
+
128
130
ifneq ($(RELEASE_TAG_CHECKED ) ,)
129
131
# tag release images
130
132
docker tag ${STONEWORK_PROD_IMAGE}:${DEV_VERSION} ${REPO}/${STONEWORK_PROD_IMAGE}:${RELEASE_VERSION_FULL}
@@ -134,7 +136,6 @@ endif
134
136
135
137
push-images :
136
138
docker push ${REPO} /${STONEWORK_VPP_IMAGE} :${VPP_VERSION}
137
- docker push ${REPO} /${STONEWORK_VPP_IMAGE}
138
139
139
140
ifneq ($(RELEASE_TAG_CHECKED ) ,)
140
141
docker push ${REPO}/${STONEWORK_PROD_IMAGE}:${RELEASE_VERSION_FULL}
You can’t perform that action at this time.
0 commit comments