mirror of
https://gitea.com/docker/build-push-action.git
synced 2025-07-26 05:18:02 +08:00
Fix workflows
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/setup-qemu-ci.yml
vendored
4
.github/workflows/setup-qemu-ci.yml
vendored
@@ -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