Public Access
1
0
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:
CrazyMax
2020-08-11 21:53:26 +02:00
parent b943609390
commit e3626b5cb1
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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 }}