Skip to content

Commit d50c606

Browse files
committed
fix: ci
1 parent 2652cc6 commit d50c606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
- run:
281281
name: Re-tag pre built image
282282
command: |
283-
docker tag $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$CIRCLE_TAG $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$RELEASE_TAG
283+
docker tag $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:local $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$RELEASE_TAG
284284
- run:
285285
name: Publish Docker image $CIRCLE_TAG & Latest tag to Docker Hub
286286
command: |

0 commit comments

Comments
 (0)