We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4e791 commit c84a0e6Copy full SHA for c84a0e6
.github/workflows/build.yaml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Build and push images
92
id: build_and_push
93
- uses: docker/bake-action@v3
+ uses: docker/bake-action@v5
94
with:
95
push: ${{ github.event_name != 'pull_request' }}
96
targets: void-${{ matrix.libc }}${{ matrix.variant }}
0 commit comments