ci icon indicating copy to clipboard operation
ci copied to clipboard

Provide image digest as an output

Open DukeOfKirkcaldy opened this issue 1 year ago • 0 comments

The image digest is a required input for steps that follow the build process, such as actions/attest-build-provenance or for adding the built Docker image to JFrog Build Info.

Currently, the image digest is provided by the [docker/build-push-action](https://github.com/docker/build-push-action), but it is not available in the devcontainers/ci action. It would be useful to add the image digest as an output to support these use cases and ensure smooth integration when migrating existing workflows.

DukeOfKirkcaldy avatar Dec 18 '24 15:12 DukeOfKirkcaldy