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 dcd24bd commit 2c4fba6Copy full SHA for 2c4fba6
.github/workflows/release.yaml
@@ -12,6 +12,7 @@ jobs:
12
with:
13
publish-features: "true"
14
base-path-to-features: "./src"
15
+ features-namespace: "tailscale/codespace"
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
permissions:
README.md
@@ -12,7 +12,7 @@ to your `devcontainer.json`:
"runArgs": ["--device=/dev/net/tun"],
"features": {
// ...
- "ghcr.io/tailscale/codespace/tailscale": {}
+ "ghcr.io/tailscale/codespace": {}
}
```
0 commit comments