From 0bc3d275be1135aaab31f621db92cf8c753e8c4c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 26 May 2019 19:50:01 +0200 Subject: [PATCH] Upgrade metadata in the Dockerfile definition --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d0155ac..1683b39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM python:3.7-slim LABEL "maintainer"="Sviatoslav Sydorenko " -LABEL "repository"="https://github.com/re-actors/pypi-action" -LABEL "homepage"="https://github.com/re-actors/pypi-action" +LABEL "repository"="https://github.com/re-actors/gh-action-pypi-publish" +LABEL "homepage"="https://github.com/re-actors/gh-action-pypi-publish" -LABEL "com.github.actions.name"="pypi-action" +LABEL "com.github.actions.name"="pypi-publish" LABEL "com.github.actions.description"="Upload Python distribution packages to PyPI" LABEL "com.github.actions.icon"="upload-cloud" LABEL "com.github.actions.color"="yellow"