mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-09 10:03:35 -05:00
6df1822dc3
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
22 lines
491 B
YAML
22 lines
491 B
YAML
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
|
name: 'Docker - Setup Buildx'
|
|
description: 'GitHub Action to set up Docker Buildx'
|
|
author: 'crazy-max'
|
|
branding:
|
|
color: 'blue'
|
|
icon: 'truck'
|
|
|
|
inputs:
|
|
buildx-version:
|
|
description: 'Buildx version. Example: v0.3.0'
|
|
default: 'latest'
|
|
required: false
|
|
|
|
outputs:
|
|
platforms:
|
|
description: 'Available platforms (comma separated)'
|
|
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|
|
post: 'dist/index.js'
|