mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
.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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container.yaml
vendored
2
.github/workflows/container.yaml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
|
||||
- name: Build and push images
|
||||
id: build_and_push
|
||||
uses: docker/bake-action@v3
|
||||
uses: docker/bake-action@v5
|
||||
with:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
targets: void-buildroot-${{ matrix.libc }}
|
||||
|
|
Loading…
Add table
Reference in a new issue