-
Notifications
You must be signed in to change notification settings - Fork 563
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
4.0.0
+ --provenance false
fails with ERROR: attestations are not supported by the current buildkitd
#795
Comments
Raised issue upstream on Failed attempt to resolveObserved in their releases for UPDATE: Cleared entire CI cache and performed a full workflow re-run. No difference, still getting the same failure. I think for now, I must change to Alternatively, adding |
I am fairly certain I understand it now 👍
So, the only thing that changed was explicitly opting out with Closing as I'm fairly confident in the troubleshooting and resolution 😎 |
Behaviour
4.0.0
and explicitly opted out ofprovenance
.0.10.0
, while the passing runner had buildx version0.10.2
.Presumably this is a transient issue with Github. I've re-run the failed jobs twice but they continue to use the older buildx version and failing:
This is bizarre since we've clearly opted out of provenance with the CLI option from this action?
Steps to reproduce this issue
Probably not easy to reproduce, but here is our affected workflow:
In the past we have not needed the buildx action for this workflow (a previous workflow it is dependent on provides a build and exports / uploads the image as a cache). Both the passing workflow (buildx 0.10.2) and failing workflows (buildx 0.10.0) successfully import the same cache. Nothing else appears to be different in the action logs.
Expected behaviour
Workflow completes without error about missing attestations support.
Actual behaviour
Workflow fails, despite opting out of attestations with
provenance: false
.Configuration
Logs
logs_8988.zip
The text was updated successfully, but these errors were encountered: