7 lines
136 B
YAML
7 lines
136 B
YAML
|
name: local docker action
|
||
|
description: local docker action, build depends on "input.txt"
|
||
|
|
||
|
runs:
|
||
|
using: 'docker'
|
||
|
image: 'Dockerfile'
|