Skip to content

Commit 2c4fba6

Browse files
committed
Move devcontainer to tailscale/codespace
Currently the container appears at: https://github.com/tailscale/codespace/pkgs/container/codespace%2Ftailscale Move it to: https://github.com/tailscale/codespace/pkgs/container/codespace Signed-off-by: Denton Gentry <[email protected]>
1 parent dcd24bd commit 2c4fba6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
publish-features: "true"
1414
base-path-to-features: "./src"
15+
features-namespace: "tailscale/codespace"
1516
env:
1617
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1718
permissions:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ to your `devcontainer.json`:
1212
"runArgs": ["--device=/dev/net/tun"],
1313
"features": {
1414
// ...
15-
"ghcr.io/tailscale/codespace/tailscale": {}
15+
"ghcr.io/tailscale/codespace": {}
1616
// ...
1717
}
1818
```

0 commit comments

Comments
 (0)