chore: fix workflow again

This commit is contained in:
Damillora 2025-02-23 19:22:51 +00:00
parent 724b857c99
commit 6b0c47bcdb

View File

@ -40,8 +40,8 @@ jobs:
id: docker_build_bin id: docker_build_bin
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true
platforms: ${{ matrix.platform }} platforms: ${{ matrix.platform }}
target: runtime
outputs: | outputs: |
type=local,dest=./output/${{ env.PLATFORM }} type=local,dest=./output/${{ env.PLATFORM }}
- -