1#Prototype Docker Action 2name: 'Prototype Docker Action' 3description: 'First pass docker action' 4runs: 5 using: 'docker' 6 image: 'Dockerfile' 7