mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
deploy: Debug windows-x86 deploy failure
This commit is contained in:
parent
a7a86778a7
commit
eea86990ba
@ -580,8 +580,11 @@ jobs:
|
||||
command: |
|
||||
docker load -i ~/docker/windows-x86.tar
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
set -x
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
docker push dockcross/windows-x86:latest
|
||||
docker images
|
||||
docker images -q -f 'since=dockcross/windows-x86:latest' --format '{{.Repository}}:{{.Tag}}'
|
||||
tagged=$(docker images -q -f 'since=dockcross/windows-x86:latest' --format '{{.Repository}}:{{.Tag}}' | grep windows-x86)
|
||||
docker push $tagged
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user