Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Expose Docker image digest after publish for audit/debugging #51991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Pallavireddy06 opened this issue Apr 15, 2025 · 1 comment
Open

Expose Docker image digest after publish for audit/debugging #51991

Pallavireddy06 opened this issue Apr 15, 2025 · 1 comment

Comments

@Pallavireddy06
Copy link

Add Image Digest Output
Why: Makes it easier to track or verify the pushed image.

Change Suggestion: After the docker/build-push-action step:

  • name: Show image digest
    run: echo "Image digest: ${{ steps.build.outputs.digest }}"
@Denis793
Copy link

Hi! 👋
Great idea. Could you share an example where verifying the image digest helped in debugging? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants