2019-08-01 18:04:11 +00:00
|
|
|
name: 'Container Action Template'
|
|
|
|
|
description: 'Get started with Container actions'
|
|
|
|
|
author: 'GitHub'
|
|
|
|
|
inputs:
|
|
|
|
|
myInput:
|
|
|
|
|
description: 'Input to use'
|
|
|
|
|
default: 'world'
|
|
|
|
|
runs:
|
|
|
|
|
using: 'docker'
|
2019-08-02 09:09:37 -04:00
|
|
|
image: 'Dockerfile'
|