Update Dockerfile

This commit is contained in:
Stefan Zweifel 2019-08-20 21:05:17 +02:00
parent 8620a4b744
commit 1dd709d949
2 changed files with 2 additions and 9 deletions

View File

@ -1,14 +1,5 @@
FROM alpine/git:1.0.7
LABEL "com.github.actions.name"="Auto Commit changed files"
LABEL "com.github.actions.description"="Auotmatically commit changed files and push changes back to remote repository."
LABEL "com.github.actions.icon"="git-commit"
LABEL "com.github.actions.color"="orange"
LABEL "repository"="http://github.com/stefanzweifel/git-auto-commit-action"
LABEL "homepage"="http://github.com/stefanzweifel/git-auto-commit-action"
LABEL "maintainer"="Stefan Zweifel <hello@stefanzweifel.io>"
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["sh", "/entrypoint.sh"]

View File

@ -1,6 +1,8 @@
name: Git Auto Commit
description: 'Automatically commits files which have been changed.'
author: Stefan Zweifel <hello@stefanzweifel.io>
inputs:
commit_message:
description: 'Commit message'