actions-docker-extract/action.yml
2020-08-29 16:20:01 +01:00

19 lines
474 B
YAML

name: 'Docker Extract'
description: 'Extract file(s) from a Docker Image'
author: 'Samuel Ryan <sam@samryan.co.uk>'
inputs:
image:
description: 'Docker Image to extract files from'
required: true
path:
description: 'Path (from root) to a file or directory within Image'
required: true
outputs:
destination:
description: 'Destination of extracted file(s)'
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'scissors'
color: 'blue'