We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f456e commit b4e4f94Copy full SHA for b4e4f94
.github/workflows/examples.yml
@@ -115,8 +115,7 @@ jobs:
115
which docker
116
docker info
117
docker pull swift:amazonlinux2
118
- /usr/bin/docker pull swift:amazonlinux2
119
- echo yes | swift package archive --allow-network-connections docker --verbose
+ echo yes | swift package archive --allow-network-connections docker --disable-docker-image-update --verbose
120
121
# did the plugin generated a Linux binary?
122
[ -f ${OUTPUT_FILE} ]
0 commit comments