Skip to content

Commit

Permalink
Merge pull request #58 from github/zkoppert-patch-1
Browse files Browse the repository at this point in the history
Update image labels
  • Loading branch information
zkoppert committed Dec 7, 2023
2 parents c8f2d34 + 835533a commit d601ed0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
FROM python:3.12-slim
LABEL org.opencontainers.image.source https://github.com/github/contributors
LABEL com.github.actions.name="contributors" \
com.github.actions.description="GitHub Action that given an organization or repository, produces information about the contributors over the specified time period." \
com.github.actions.icon="users" \
com.github.actions.color="green" \
maintainer="@zkoppert" \
org.opencontainers.image.url="https://github.com/github/contributors" \
org.opencontainers.image.source="https://github.com/github/contributors" \
org.opencontainers.image.documentation="https://github.com/github/contributors" \
org.opencontainers.image.vendor="GitHub" \
org.opencontainers.image.description="GitHub Action that given an organization or repository, produces information about the contributors over the specified time period."

WORKDIR /action/workspace
COPY requirements.txt *.py /action/workspace/
Expand Down

0 comments on commit d601ed0

Please sign in to comment.