This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Commit c9dd851
authored
🌱 add buildx in renovate workflow (#162)
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.
Signed-off-by: kranurag7 <[email protected]>1 parent c74fa89 commit c9dd851
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
0 commit comments