Skip to content

Commit 14940a7

Browse files
committed
ci: try deleting local tag
1 parent b7085d9 commit 14940a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
# publish docker images
3030
mkdir -p ~/.ssh
3131
ssh-keyscan github.com >> ~/.ssh/known_hosts
32+
git tag -d ${VERSION}
3233
git tag ${VERSION}
33-
git push -f --tags #origin ${VERSION}
34+
git push origin ${VERSION}
3435
docker login -u $DOCKER_USER -p $DOCKER_PASS
3536
docker tag developmentseed/geolambda:latest developmentseed/geolambda:${VERSION}
3637
docker push developmentseed/geolambda:latest

0 commit comments

Comments
 (0)