From 08c761ba9cbd91c83a50e4d91904bd76a9efbb7b Mon Sep 17 00:00:00 2001 From: Clivern Date: Wed, 25 Mar 2020 22:36:10 +0100 Subject: [PATCH] update --- Dockerfile | 10 ++++++++-- README.md | 2 +- action.yml | 2 +- entrypoint.sh | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 entrypoint.sh diff --git a/Dockerfile b/Dockerfile index 94b02ee..9cf603b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/Clivern/pushover-actions" LABEL "homepage"="http://github.com/clivern" LABEL "maintainer"="Clivern " -ARG PO_VERSION=0.0.2 +ARG PO_VERSION=0.0.3 ENV GO111MODULE=on @@ -24,4 +24,10 @@ RUN curl -sL https://github.com/Clivern/pushover-actions/releases/download/${PO_ RUN rm LICENSE RUN rm README.md -ENTRYPOINT ["./pushover-actions"] \ No newline at end of file +COPY entrypoint.sh /app + +RUN chmod +x /app/entrypoint.sh + +RUN chmod +x /app/pushover-actions + +ENTRYPOINT ["/app/entrypoint.sh"] \ No newline at end of file diff --git a/README.md b/README.md index 3bac841..a6f5064 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Pushover A Notifications for Github Repository Changes

- +

diff --git a/action.yml b/action.yml index fb529b7..ad7f511 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ # action.yml name: 'pushover-actions' -description: 'Open Source Workflow Automation' +description: 'Pushover A Notifications for Github Repository Changes' branding: icon: 'package' color: 'red' diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..c65542e --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +/app/pushover-actions