Skip to content

Commit 196c270

Browse files
committed
article: Prebuild dev containers with GitHub Actions (fix)
1 parent a8145f4 commit 196c270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,5 @@ All the layers should be marked with `CACHED`.
135135
## Conclusion
136136

137137
Prebuilding dev containers is a great way to speed up the setup of your development environment. By using the `devcontainers/ci` action, you can easily build and push the dev container to the GitHub Container Registry. This way, the dev container is ready to be used by anyone who wants to work on your project.
138+
139+
The code can be found in the Github repository at [bascodes/prebuild-devcontainer-gha](https://github.com/bascodes/prebuild-devcontainer-gha)

0 commit comments

Comments
 (0)