You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see a way of getting this from docker buildx build, so the action or the CLI would have to extract the digest.
I suggest you do this in your build script by adding a unique tag with the imageTag input (which accepts a comma separated list in case you already use it) of the devcontainer action and using that tag to look up the digest from docker inspect.
I need to have pushed image digest so it can be signed with cosign.
Example action step:
The text was updated successfully, but these errors were encountered: