mirror of
https://code.forgejo.org/docker/build-push-action.git
synced 2025-09-16 18:06:55 +00:00
Fix workflows
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
b943609390
commit
e3626b5cb1
2 changed files with 6 additions and 6 deletions
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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue