Commit 643bcbb 1 parent d50c606 commit 643bcbb Copy full SHA for 643bcbb
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -280,14 +280,12 @@ jobs:
280
280
- run :
281
281
name : Re-tag pre built image
282
282
command : |
283
- docker tag $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:local $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$RELEASE_TAG
283
+ docker tag $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:local $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$CIRCLE_TAG
284
284
- run :
285
285
name : Publish Docker image $CIRCLE_TAG & Latest tag to Docker Hub
286
286
command : |
287
287
echo "Publishing $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$CIRCLE_TAG"
288
288
docker push $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$CIRCLE_TAG
289
- echo "Publishing $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$RELEASE_TAG"
290
- docker push $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$RELEASE_TAG
291
289
- run :
292
290
name : Set Image Digest
293
291
command : |
You can’t perform that action at this time.
0 commit comments