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

In my dev container I need to run the `clj` command in an **interactive** bash, so I try ```yaml steps: - uses: actions/checkout@v4 - name: Run make ci-build in dev...

I noticed a bug when using the action like this: ```yaml - name: Build and run dev container task uses: devcontainers/[email protected] with: imageName: ghcr.io/${{ github.repository }}-devcontainer cacheFrom: ghcr.io/${{ github.repository }}-devcontainer...