-
Notifications
You must be signed in to change notification settings - Fork 581
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
Return image digest as action output #46
Comments
Here's a workaround to use in combination with the
|
This will be available through build-push-action v2 (#92). |
Fantastic news, looking forward to this landing! |
Version 2 has been merged to the main branch and is therefore available via As a reminder, this new version changes drastically and works with 3 new actions (login, setup-buildx and setup-qemu) that we have created. Many usage examples have been added to handle most use cases. And it should fix this current issue. Don't hesitate if you have any questions. |
Brilliant, many thanks! |
To better support image pinning, this action should output the image digest after pushing to a registry. The digest could then be used as a parameter for a future step in the workflow, like triggering a deployment.
The text was updated successfully, but these errors were encountered: