Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wcchristian authored May 31, 2019
1 parent 9a6866b commit 1e91124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.7-slim

LABEL "com.github.actions.name"="Github Pattern Filter"
LABEL "com.github.actions.description"="Checks added, modified, and removed files on the github push event for a specific regex, if found, this action exits normally and workflow continues. If not found, this action exits Neutral and rest of workflow is skipped."
LABEL "com.github.actions.description"="Checks added, modified, and removed files on the github push event for a specific regex"
LABEL "com.github.actions.icon"="filter"
LABEL "com.github.actions.color"="black"

Expand All @@ -14,4 +14,4 @@ WORKDIR /usr/src/app
COPY main.py ./
RUN ls

ENTRYPOINT ["python", "/usr/src/app/main.py"]
ENTRYPOINT ["python", "/usr/src/app/main.py"]

0 comments on commit 1e91124

Please sign in to comment.