Skip to content

Commit d616440

Browse files
committed
update templates-namespace
The 1.0.2 version went to both the original namespace https://github.com/tailscale/codespace/pkgs/container/codespace%2Ftailscale and to the new, and intended, namespace: https://github.com/tailscale/codespace/pkgs/container/codespace Most importantly, the 1.0.2 tag only appears in the original namespace, and we want it to appear in the new namespace. Add a templates-namespace declaration, maybe the original namespace is being used because of the template. Signed-off-by: Denton Gentry <dgentry@tailscale.com>
1 parent 84a8df9 commit d616440

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
@@ -13,6 +13,7 @@ jobs:
1313
publish-features: "true"
1414
base-path-to-features: "./src"
1515
features-namespace: "tailscale/codespace"
16+
templates-namespace: "tailscale/codespace"
1617
env:
1718
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1819
permissions:

src/tailscale/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Tailscale",
33
"id": "tailscale",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "Connect to your tailnet in your development container",
66
"documentationURL": "https://tailscale.com/kb/1160/github-codespaces/",
77
"licenseURL": "https://github.com/tailscale/codespace/blob/main/LICENSE",

0 commit comments

Comments
 (0)