Skip to content

Commit 000e635

Browse files
committed
.github/workflows/docker: update docker/bake-action
v3 doesn't work with our version of buildx
1 parent 88dbe76 commit 000e635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Build and push images
5151
id: build_and_push
52-
uses: docker/bake-action@v3
52+
uses: docker/bake-action@v5
5353
with:
5454
push: true
5555
targets: void-updates

0 commit comments

Comments
 (0)