Commit 73fd4b6
authored
Fix buildx and bake action compatibility issues (#63)
Fix buildx and bake action compatibility issues in the `ci` GitHub
workflow.
-
https://github.com/powerhome/redis-operator/actions/runs/12935287363/job/36078911603
```
docker/bake-action < v5 is not compatible with buildx >= 0.20.0, please update your workflow to latest docker/bake-action or use an older buildx version.
```1 parent 67c9480 commit 73fd4b6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments