SovereignCloudStack / cluster-stack-provider-openstack

Cluster Stack Provider OpenStack
https://scs.community/
Apache License 2.0
2 stars 0 forks source link

🌱 add buildx in renovate workflow #162

Closed kranurag7 closed 6 months ago

kranurag7 commented 6 months ago
add buildx in renovate workflow

renovate workflow failed because we build image in that workflow and
buildx was missing. buildx is now the default builder of docker and we
cannot build images without that.
This commit adds buildx to the renovate workflow so that when renovate
workflow is run and inside the workflow, if we build docker image then
that shouldn't give us any error.

Ref: https://github.com/SovereignCloudStack/cluster-stack-provider-openstack/pull/161#issuecomment-2109927399