Skip to content

Commit b4e4f94

Browse files
committed
debug
1 parent 45f456e commit b4e4f94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ jobs:
115115
which docker
116116
docker info
117117
docker pull swift:amazonlinux2
118-
/usr/bin/docker pull swift:amazonlinux2
119-
echo yes | swift package archive --allow-network-connections docker --verbose
118+
echo yes | swift package archive --allow-network-connections docker --disable-docker-image-update --verbose
120119
121120
# did the plugin generated a Linux binary?
122121
[ -f ${OUTPUT_FILE} ]

0 commit comments

Comments
 (0)