We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551df97 commit 0b301d3Copy full SHA for 0b301d3
.circleci/config.yml
@@ -30,7 +30,7 @@ jobs:
30
mkdir -p ~/.ssh
31
ssh-keyscan github.com >> ~/.ssh/known_hosts
32
git tag ${VERSION}
33
- git push origin ${VERSION}
+ git push -f origin ${VERSION}
34
docker login -u $DOCKER_USER -p $DOCKER_PASS
35
docker tag developmentseed/geolambda:latest developmentseed/geolambda:${VERSION}
36
docker push developmentseed/geolambda:latest
0 commit comments