Skip to content

Commit

Permalink
Create Actions file | Submit to GitHub Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
NishkarshRaj authored Sep 16, 2020
1 parent d0a5e96 commit 67d4c70
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 67d4c70

Please sign in to comment.