Skip to content

Commit 828f07e

Browse files
authored
Merge pull request #20 from dotmh/fix/stop-tagging-devcontainers
Fix/stop tagging devcontainers
2 parents 4e9a139 + 57c8f46 commit 828f07e

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ jobs:
114114
- name: "Publish Templates"
115115
uses: devcontainers/action@v1
116116
with:
117-
publish-templates: "true"
117+
publish-templates: true
118118
base-path-to-templates: "./devcontainers"
119-
generate-docs: "true"
119+
generate-docs: true
120+
disable-repo-tagging: true
120121
env:
121122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.0
1+
9.2.1

devcontainers/base/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "base",
33
"name": "DotMH Base Dev Container",
4-
"version": "9.2.0",
4+
"version": "9.2.1",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The base dev container for interacting with the base container image",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/cloud/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "cloud",
33
"name": "DotMH Cloud Dev Container",
4-
"version": "9.2.0",
4+
"version": "9.2.1",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The cloud dev container for interacting with the cloud container image",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/csharp/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "csharp",
33
"name": "DotMH C# Dev Container",
4-
"version": "9.2.0",
4+
"version": "9.2.1",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The Go dev container for developing with C#",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/go/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "go",
33
"name": "DotMH Go Dev Container",
4-
"version": "9.2.0",
4+
"version": "9.2.1",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The Go dev container for developing with Go",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/kotlin/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "kotlin",
33
"name": "DotMH Kotlin Dev Container",
4-
"version": "9.2.0",
4+
"version": "9.2.1",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The Kotlin dev container for developing with Kotlin",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/node/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "node",
33
"name": "DotMH Node Dev Container",
4-
"version": "9.2.0",
4+
"version": "9.2.1",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The Node dev container for developing with Node and PNPM",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

0 commit comments

Comments
 (0)