.github/workflows/container: update docker/bake-action
v3 doesn't work with our version of buildx
This commit is contained in:
parent
5b8ec8f356
commit
ca91851a42
2
.github/workflows/container.yaml
vendored
2
.github/workflows/container.yaml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push images
|
- name: Build and push images
|
||||||
id: build_and_push
|
id: build_and_push
|
||||||
uses: docker/bake-action@v3
|
uses: docker/bake-action@v5
|
||||||
with:
|
with:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
targets: void-buildroot-${{ matrix.libc }}
|
targets: void-buildroot-${{ matrix.libc }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user