File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ release:
6464 [ -d ' ../secrets' ] || git clone keybase://team/cucumberbdd/secrets ../secrets
6565 git -C ../secrets pull
6666 ../secrets/update_permissions
67+ docker pull cucumber/cucumber-build:latest
6768 docker run \
6869 --volume " ${shell pwd} " :/app \
6970 --volume " ${shell pwd} /../secrets/import-gpg-key.sh" :/home/cukebot/import-gpg-key.sh \
Original file line number Diff line number Diff line change @@ -66,19 +66,3 @@ make release
6666```
6767
6868All done! Hurray!
69-
70- ## Troubleshooting
71-
72- ### Error from Docker
73-
74- If you encounter the following error:
75- ```
76- Unable to find image 'cucumber/cucumber-build:latest' locally
77- docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:38683->[::1]:53: read: connection refused.
78- See 'docker run --help'.
79- ```
80-
81- You might want to try to download the Docker image by yourself using:
82- ``` sh
83- docker pull cucumber/cucumber-build:latest
84- ```
You can’t perform that action at this time.
0 commit comments