mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
circleci: Deploy manylinux2010-x86
This commit is contained in:
parent
35db3a37f6
commit
1cab2dd512
@ -731,6 +731,18 @@ jobs:
|
||||
tagged=$(docker images -q -f 'since=dockcross/manylinux2010-x64:latest' --format '{{.Repository}}:{{.Tag}}' | grep manylinux2010-x64)
|
||||
docker push $tagged
|
||||
fi
|
||||
- restore_cache:
|
||||
key: manylinux2010-x86-assets-{{ .Revision }}
|
||||
- deploy:
|
||||
name: Deploy manylinux2010-x86
|
||||
command: |
|
||||
docker load -i ~/docker/manylinux2010-x86.tar
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
docker push dockcross/manylinux2010-x86:latest
|
||||
tagged=$(docker images -q -f 'since=dockcross/manylinux2010-x86:latest' --format '{{.Repository}}:{{.Tag}}' | grep manylinux2010-x86)
|
||||
docker push $tagged
|
||||
fi
|
||||
- restore_cache:
|
||||
key: manylinux2014-x64-assets-{{ .Revision }}
|
||||
- deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user