feat(devcontainer): add gh and dind features

Useful for local GitHub Actions debugging with nektos/act
Этот коммит содержится в:
Viginum-DataScientist-6 2025-07-30 08:25:08 +00:00
родитель b8fada79c2
Коммит e2a2e4c38f

Просмотреть файл

@ -11,6 +11,8 @@
]
}
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {}
}
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
}
}