Skip to content

Commit a8145f4

Browse files
committed
article: Prebuild dev containers with GitHub Actions (publish)
1 parent 4d52fc4 commit a8145f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/posts/20250303-prebuild-devcontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image: "/images/posts/prebuild.jpg"
77
categories: ["github"]
88
authors: ["Bas Steins"]
99
tags: ["vscode", "codespaces", "github-actions"]
10-
draft: true
10+
draft: false
1111
---
1212

1313
Development Containers (or DevContainers) are a great way to ensure that everyone working on a project has the same development environment. This is especially useful when working with a team or when you want to make sure that your project can be built and run on any machine. In this article, we are using the `devcontainers/ci` action to prebuild dev containers for your project.

0 commit comments

Comments
 (0)