Skip to content

Commit 01f2835

Browse files
committed
fix docker release
1 parent 8d48e7e commit 01f2835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- run: |
148148
TAG=$(git describe --tags --abbrev=0)
149149
docker build -t ${IMAGE_NAME}:${TAG} .
150-
docker tag ${IMAGE_NAME}:${TAG} ${IMAGE_NAME}:latest .
150+
docker tag ${IMAGE_NAME}:${TAG} ${IMAGE_NAME}:latest
151151
docker login -u "$DOCKER_USER" -p "$DOCKER_PASS"
152152
docker push IMAGE_NAME:${TAG}
153153
docker push IMAGE_NAME:latest

0 commit comments

Comments
 (0)