From ef4c401af4887a305f4df6d68ea5560e656df07b Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 7 Dec 2023 10:27:58 -0800 Subject: [PATCH] Update image labels --- Dockerfile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 031933e..81b87dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/