Skip to content

Commit 58aef51

Browse files
authored
Apply suggestions from code review
1 parent 2660019 commit 58aef51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.devcontainer-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This feature is intended to be published to the GitHub Container Registry (GHCR)
2929
4. **Publish the Feature:**
3030
Run the following command from the root of this repository. The namespace should match the GitHub organization (`cvmfs-contrib`).
3131
```bash
32-
devcontainer features publish src/cvmfs --namespace cvmfs-contrib/
32+
devcontainer features publish --namespace cvmfs-contrib/github-action-cvmfs .
3333
```
3434

3535
### Automated Publishing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For example, you can add the following to your `devcontainer.json` to use this f
149149
"name": "CVMFS Action Dev",
150150
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
151151
"features": {
152-
"ghcr.io/cvmfs-contrib/features/cvmfs": {
152+
"ghcr.io/cvmfs-contrib/github-action-cvmfs/cvmfs": {
153153
"CVMFS_REPOSITORIES": "sft.cern.ch"
154154
}
155155
}

devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"CVMFS_HTTP_PROXY": {
1818
"type": "string",
1919
"default": "DIRECT",
20-
"description": "Chain of HTTP proxy groups used by CernVM-FS. Defaults to DIRECT)"
20+
"description": "Chain of HTTP proxy groups used by CernVM-FS. Defaults to DIRECT."
2121
}
2222
},
2323
"entrypoint": "install-cvmfs-linux.sh"

0 commit comments

Comments
 (0)