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:
64
64
[ -d ' ../secrets' ] || git clone keybase://team/cucumberbdd/secrets ../secrets
65
65
git -C ../secrets pull
66
66
../secrets/update_permissions
67
+ docker pull cucumber/cucumber-build:latest
67
68
docker run \
68
69
--volume " ${shell pwd} " :/app \
69
70
--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
66
66
```
67
67
68
68
All 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