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 4d34ddc commit c19b9d9Copy full SHA for c19b9d9
.circleci/config.yml
@@ -41,6 +41,10 @@ jobs:
41
docker tag developmentseed/geolambda:${VERSION} developmentseed/geolambda:latest
42
docker push developmentseed/geolambda:latest
43
docker push developmentseed/geolambda:${VERSION}
44
+ cd python
45
+ docker build --build-arg VERSION=${VERSION} --build-arg PYVER=3.6.1 . -t developmentseed/geolambda:${VERSION}-python36
46
+ docker push developmentseed/geolambda:${VERSION}-python36
47
+ cd ..
48
# deploy public Lambda layers
49
pip install awscli
50
docker run --rm -v $PWD:/home/geolambda --entrypoint package.sh -it developmentseed/geolambda:${VERSION}
0 commit comments