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 6f98241 commit 04bec57Copy full SHA for 04bec57
.github/workflows/pull_request.yml
@@ -65,7 +65,7 @@ jobs:
65
cd plugin-sdk
66
swift package init --type executable
67
swift package add-dependency https://github.com/apple/swift-container-plugin --from 0.2.0
68
- swift package --swift-sdk x86_64-swift-linux-musl --allow-network-connections all build-container-image --registry localhost:5000/test-static-stdlib
+ swift package --swift-sdk x86_64-swift-linux-musl --allow-network-connections all build-container-image --repository localhost:5000/test-static-stdlib
69
70
- name: Build the example
71
run: |
0 commit comments