Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(github): fix VSCode dev container publish job - use official builder
1. We don't have a Dockerfile anymore to define the image of the dev container instead the build's input is the `devcontainer.json` file which can be built using the `@devcontainers/cli` npm package instead of the usual `docker build` command on the terminal. 2. The ci.yaml job building the image was already doing the build this way but we must've forgotten to update the publish job as well. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information