Skip to content

Commit 73fd4b6

Browse files
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

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
username: ${{ secrets.DOCKERHUB_USERNAME }}
116116
password: ${{ secrets.DOCKERHUB_TOKEN }}
117117
- name: Build
118-
uses: docker/bake-action@v3
118+
uses: docker/bake-action@v5
119119
with:
120120
files: |
121121
./docker-bake.hcl

0 commit comments

Comments
 (0)