diff --git a/chapter06/file02.yml b/chapter06/file02.yml new file mode 100644 index 0000000..109f8b0 --- /dev/null +++ b/chapter06/file02.yml @@ -0,0 +1,11 @@ +name: 'My Docker action' + +description: 'Simply running a bash command and showing the time it executed' + +runs: + using: 'docker' + image: 'Dockerfile' + +branding: + icon: 'book' + color: 'purple'