File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3131 apk add --update make wget
3232 - run :
3333 name : Load docker image
34+ no_output_timeout : 1h
3435 command : |
3536 docker load -i /tmp/workspace/docker_image.tar
3637 - run :
@@ -49,10 +50,12 @@ jobs:
4950 at : /tmp/workspace
5051 - run :
5152 name : Load docker image
53+ no_output_timeout : 1h
5254 command : |
5355 docker load -i /tmp/workspace/docker_image.tar
5456 - run :
5557 name : Pushing build to docker hub
58+ no_output_timeout : 1h
5659 command : |
5760 docker login -u $DOCKER_USER -p $DOCKER_PASS
5861 export DOCKER_NAME=$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME:latest
@@ -69,10 +72,12 @@ jobs:
6972 at : /tmp/workspace
7073 - run :
7174 name : Load docker image
75+ no_output_timeout : 1h
7276 command : |
7377 docker load -i /tmp/workspace/docker_image.tar
7478 - run :
7579 name : Pushing build to docker hub
80+ no_output_timeout : 1h
7681 command : |
7782 docker login -u $DOCKER_USER -p $DOCKER_PASS
7883 export DOCKER_NAME=$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME:latest
You can’t perform that action at this time.
0 commit comments