mirror of
https://github.com/docker/build-push-action.git
synced 2026-05-14 15:32:44 +03:00
Fix workflows
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -36,5 +36,5 @@ jobs:
|
||||
name: Set up QEMU
|
||||
uses: ./setup-qemu/
|
||||
with:
|
||||
image: ${ matrix.image }
|
||||
platforms: ${ matrix.platforms }
|
||||
image: ${{ matrix.image }}
|
||||
platforms: ${{ matrix.platforms }}
|
||||
|
||||
Reference in New Issue
Block a user