Skip to content

Commit 060f638

Browse files
committed
ci: login to docker hub and push images
1 parent 9239a20 commit 060f638

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
ssh-keyscan github.com >> ~/.ssh/known_hosts
4545
git tag $VERSION
4646
git push origin $VERSION
47-
#docker tag :${CIRCLE_SHA1}"
48-
#docker push "${ECR_ENDPOINT}/app:${CIRCLE_SHA1}"
47+
docker login -u $DOCKER_USER -p $DOCKER_PASS
48+
docker tag developmentseed/geolambda:latest developmentseed/geolambda:$VERSION
49+
docker tag developmentseed/geolambda-base:latest developmentseed/geolambda-base:$VERSION
50+
docker push
4951
5052
workflows:
5153
version: 2

0 commit comments

Comments
 (0)