Skip to content

Commit cb18ac1

Browse files
committed
.github/workflows/container: update docker/bake-action
v3 doesn't work with our version of buildx
1 parent 7a0df40 commit cb18ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yaml

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

7878
- name: Build and push images
7979
id: build_and_push
80-
uses: docker/bake-action@v3
80+
uses: docker/bake-action@v5
8181
with:
8282
push: ${{ github.event_name != 'pull_request' }}
8383
targets: void-mklive

0 commit comments

Comments
 (0)