Skip to content

Commit

Permalink
Change features from near/features to near/near-devcontainers/features
Browse files Browse the repository at this point in the history
* Update publish-features.yml

* Update README.md
  • Loading branch information
njelich authored Feb 7, 2024
1 parent 6f41e8c commit d9359b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
uses: devcontainers-community/publish-feature@v1
with:
path: ".devcontainer/cargo-near"
image: "ghcr.io/near/near-devcontainers/features/cargo-near"

- name: "Publish near-cli"
uses: devcontainers-community/publish-feature@v1
with:
path: ".devcontainer/near-cli"
image: "ghcr.io/near/near-devcontainers/features/near-cli"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ For `cargo-near`:

```json
"features": {
"ghcr.io/near/features/cargo-near:latest": {}
"ghcr.io/near/near-devcontainers/features/cargo-near:latest": {}
}
```

For `near-cli`:

```json
"features": {
"ghcr.io/near/features/near-cli:latest": {}
"ghcr.io/near/near-devcontainers/features/near-cli:latest": {}
}
```

Expand Down

0 comments on commit d9359b4

Please sign in to comment.