ci icon indicating copy to clipboard operation
ci copied to clipboard

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.

Results 72 ci issues
Sort by recently updated
recently updated
newest added

Add examples with explanations for different combinations of push/filters etc

documentation

- [X] ensure tests are run (e.g. `common`) - [ ] ensure that `make build-package` in `github-action` doesn't result in changes (i.e. enforce that it has been run) (#80) -...

housekeeping

`checkoutPath` was an attempt to have ACT working for local testing - Remove `checkoutPath` from action - Remove references to `checkoutPath` in workflows - Remove `checkoutPath` from docs - Remove...

housekeeping

Add support for `workspaceMount`/`workspaceFolder` if set (as per [the docs](https://code.visualstudio.com/docs/remote/devcontainerjson-reference))

feature

Hello! This PR adds a platform input to both the GitHub Action and AzDO Task to allow mutli-platform builds. I've tested each successfully. I've also done my best to minimally...

I am trying to experiment this ACTION in a repository but `docker inspect` is failing: https://github.com/keras-team/keras-cv/pull/893 https://github.com/keras-team/keras-cv/actions/runs/3219716266/jobs/5265457197

I have an open source project (https://github.com/customink/crypteia) I use Codespaces with. Prebuilds are tuned on (https://github.com/customink/crypteia/pkgs/container/crypteia-devcontainer) and I have the GitHub Action set (https://github.com/customink/crypteia/blob/main/.github/workflows/test.yml#L30) to use the same devcontainer. No...