Skip to content

Commit 0bc3d27

Browse files
authored
Upgrade metadata in the Dockerfile definition
1 parent 9637f0b commit 0bc3d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM python:3.7-slim
22

33
LABEL "maintainer"="Sviatoslav Sydorenko <[email protected]>"
4-
LABEL "repository"="https://github.com/re-actors/pypi-action"
5-
LABEL "homepage"="https://github.com/re-actors/pypi-action"
4+
LABEL "repository"="https://github.com/re-actors/gh-action-pypi-publish"
5+
LABEL "homepage"="https://github.com/re-actors/gh-action-pypi-publish"
66

7-
LABEL "com.github.actions.name"="pypi-action"
7+
LABEL "com.github.actions.name"="pypi-publish"
88
LABEL "com.github.actions.description"="Upload Python distribution packages to PyPI"
99
LABEL "com.github.actions.icon"="upload-cloud"
1010
LABEL "com.github.actions.color"="yellow"

0 commit comments

Comments
 (0)