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

Unfortunately, I got the following error: ```log (linux/amd64) does not match the detected host platform (linux/arm64/v8) ``` if it is running on a MacOS with __M1__. Does `devcontainer.ci` has an...

Hello. Thank you for working on this. I have tried this via the feature template and it failed to release. https://github.com/rocker-org/devcontainer-features/actions/runs/3117820476/jobs/5056719497 ```log Run devcontainers/action@v1 Publishing features... Fetching the latest @devcontainer/cli......

Just noted in the GH Action README that env variables passed will replace those set in the container configuration.

I was passing in a URL endpoint as an environment variable to a workflow step to run end-to-end test via Newman, and I was getting a protocol error through by...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.4.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

Hi folks, I had a situation in which the mount broke my pipeline. I'm currently doing a read only bind of ~/.ssh and mounting a volume that is used for...

Hoping to get some guidance 🙏 In my workflow I have a separate job that builds a test image in CI off of a base production image using docker's build-push...

I need to have pushed image digest so it can be signed with [cosign](https://github.com/sigstore/cosign). Example action step: ``` - name: Sign the published Docker image if: ${{ github.event_name != 'pull_request'...

under-discussion

I am trying to use the devcontainers/[email protected] action (see workflow and devcontainer below). I am running it in a local environment using nektos act before run at Github (see log...

info-needed

Hi, I'm getting the following error when Github actions is trying to start a container and run commands. I have a simple workflow file, running on a self hosted runner....

feature