Skip to content

Commit c84a0e6

Browse files
committed
.github/workflows/build: update docker/bake-action
v3 doesn't work with our version of buildx
1 parent df4e791 commit c84a0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

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

9191
- name: Build and push images
9292
id: build_and_push
93-
uses: docker/bake-action@v3
93+
uses: docker/bake-action@v5
9494
with:
9595
push: ${{ github.event_name != 'pull_request' }}
9696
targets: void-${{ matrix.libc }}${{ matrix.variant }}

0 commit comments

Comments
 (0)