Skip to content

Instantly share code, notes, and snippets.

@yanzay
Created September 8, 2019 07:45
Show Gist options
  • Save yanzay/9c5c781aafc8fd04cd0a96ea7896eee8 to your computer and use it in GitHub Desktop.
Save yanzay/9c5c781aafc8fd04cd0a96ea7896eee8 to your computer and use it in GitHub Desktop.
name: 'Container Action Template'
description: 'Get started with Container actions'
author: 'GitHub'
inputs:
myInput:
description: 'Input to use'
default: 'world'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.myInput }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment