Skip to content

Commit 0b301d3

Browse files
committed
ci: force push
1 parent 551df97 commit 0b301d3

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
@@ -30,7 +30,7 @@ jobs:
3030
mkdir -p ~/.ssh
3131
ssh-keyscan github.com >> ~/.ssh/known_hosts
3232
git tag ${VERSION}
33-
git push origin ${VERSION}
33+
git push -f origin ${VERSION}
3434
docker login -u $DOCKER_USER -p $DOCKER_PASS
3535
docker tag developmentseed/geolambda:latest developmentseed/geolambda:${VERSION}
3636
docker push developmentseed/geolambda:latest

0 commit comments

Comments
 (0)