Skip to content

Commit 04bec57

Browse files
committed
repository, not registry
1 parent 6f98241 commit 04bec57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cd plugin-sdk
6666
swift package init --type executable
6767
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
68+
swift package --swift-sdk x86_64-swift-linux-musl --allow-network-connections all build-container-image --repository localhost:5000/test-static-stdlib
6969
7070
- name: Build the example
7171
run: |

0 commit comments

Comments
 (0)