Skip to content

Commit 1fff586

Browse files
authored
Merge pull request #175 from github/zkoppert-patch-1
Update image labels
2 parents 6ecda5a + ef4c401 commit 1fff586

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Dockerfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
FROM python:3.12-slim
2-
LABEL org.opencontainers.image.source https://github.com/github/issue-metrics
2+
LABEL com.github.actions.name="issue-metrics" \
3+
com.github.actions.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc." \
4+
com.github.actions.icon="check-square" \
5+
com.github.actions.color="white" \
6+
maintainer="@zkoppert" \
7+
org.opencontainers.image.url="https://github.com/github/issue-metrics" \
8+
org.opencontainers.image.source="https://github.com/github/issue-metrics" \
9+
org.opencontainers.image.documentation="https://github.com/github/issue-metrics" \
10+
org.opencontainers.image.vendor="GitHub" \
11+
org.opencontainers.image.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc."
312

413
WORKDIR /action/workspace
514
COPY requirements.txt *.py /action/workspace/

0 commit comments

Comments
 (0)