From 67d4c70b2df52ba67b764c7e1e336fd927bd7ff8 Mon Sep 17 00:00:00 2001 From: Nishkarsh Raj <500060720@stu.upes.ac.in> Date: Wed, 16 Sep 2020 19:33:21 +0530 Subject: [PATCH] Create Actions file | Submit to GitHub Marketplace --- action.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..433b2bd --- /dev/null +++ b/action.yml @@ -0,0 +1,12 @@ +name: 'Dockerize-Actions' +description: 'Dockerize GitHub Repository or its built end-application and deploy on GitHub Packages' +author: 'Nishkarsh Raj' +inputs: + src: + description: 'Publish Docker Image of GitHub Repository to GitHub Packages' +runs: + using: 'docker' + image: 'Dockerfile' +branding: + icon: 'check-circle' + color: 'green'