Fix platforms input param

Signed-off-by: trivernis <trivernis@protonmail.com>
docker
trivernis 4 years ago
parent 2b5e6c2dc2
commit 1fccc6eb8f
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -40,7 +40,7 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: ${{github.events.inputs.platforms}} platforms: ${{github.event.inputs.platforms}}
push: true push: true
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache

Loading…
Cancel
Save