2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-09-28 18:17:57 +00:00

Create devcontainer.json

zacharyr0th:patch-5

Signed-off-by: mikeb42069 <120042661+mikeb42069@users.noreply.github.com>
This commit is contained in:
mikeb42069 2025-09-18 04:11:06 -04:00 committed by GitHub
parent cb8fc7586f
commit 4ee6ba3977
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {}
}