You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/posts/20250303-prebuild-devcontainer.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,3 +135,5 @@ All the layers should be marked with `CACHED`.
135
135
## Conclusion
136
136
137
137
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