Is your task related to a problem? Please describe
The 7.60.0 che-dashboard release failed. There had been issues since the Ubuntu image updated to v0.10.0, and setting the action to v0.9.1 fixed the issue.
Describe the solution you'd like
I'm currently updating the release.yaml files for now for the 7.60.0 release, but the other workflows using buildx should be updated for consistency.
Describe alternatives you've considered
Or, set provenance:false to be able to use 0.10?
Additional context
While fixing buildx version, we could also remove s390x and ppc64le in the same PRs (tech debt cleanup chore - #21969).
I would leave adding support for arm64 for a subsequent set of PRs (new feature work - #22007).
Is your task related to a problem? Please describe
The 7.60.0 che-dashboard release failed. There had been issues since the Ubuntu image updated to v0.10.0, and setting the action to v0.9.1 fixed the issue.
Describe the solution you'd like
I'm currently updating the release.yaml files for now for the 7.60.0 release, but the other workflows using buildx should be updated for consistency.
Describe alternatives you've considered
Or, set
provenance:falseto be able to use 0.10?Additional context
While fixing buildx version, we could also remove s390x and ppc64le in the same PRs (tech debt cleanup chore - #21969).
I would leave adding support for arm64 for a subsequent set of PRs (new feature work - #22007).