Remove devcontainer-ci.json and update lint-test-build workflow to build Docker image directly

This commit is contained in:
Luis Eduardo
2025-02-03 04:17:15 +00:00
parent be2422ac75
commit 53380c9dcf
2 changed files with 7 additions and 26 deletions
-11
View File
@@ -1,11 +0,0 @@
// For the moment --platform is not supported in devcontainers/ci when
// using docker compose, so in this devcontainer config file we are
// using the Dockerfile directly to run actions in CI.
//
// https://github.com/devcontainers/cli/issues/404
{
"build": {
"context": "../",
"dockerfile": "../docker/Dockerfile.dev"
}
}