Skip to content

Commit

Permalink
Merge pull request #175 from github/zkoppert-patch-1
Browse files Browse the repository at this point in the history
Update image labels
  • Loading branch information
zkoppert authored Dec 7, 2023
2 parents 6ecda5a + ef4c401 commit 1fff586
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/issue-metrics
LABEL com.github.actions.name="issue-metrics" \
com.github.actions.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc." \
com.github.actions.icon="check-square" \
com.github.actions.color="white" \
maintainer="@zkoppert" \
org.opencontainers.image.url="https://github.com/github/issue-metrics" \
org.opencontainers.image.source="https://github.com/github/issue-metrics" \
org.opencontainers.image.documentation="https://github.com/github/issue-metrics" \
org.opencontainers.image.vendor="GitHub" \
org.opencontainers.image.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc."

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

0 comments on commit 1fff586

Please sign in to comment.