.github/workflows/container: update docker/bake-action

v3 doesn't work with our version of buildx
This commit is contained in:
classabbyamp 2025-02-01 01:14:43 -05:00
parent 5b8ec8f356
commit ca91851a42
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -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 }}