Skip to content

Commit f3ebf87

Browse files
committed
Update metadata LABELs in Dockerfile
1 parent 21ffeac commit f3ebf87

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,8 +1,8 @@
11
FROM python:3.7-slim
22

3-
LABEL "maintainer"="Sviatoslav Sydorenko <wk+re-actors@sydorenko.org.ua>"
4-
LABEL "repository"="https://github.com/re-actors/gh-action-pypi-publish"
5-
LABEL "homepage"="https://github.com/re-actors/gh-action-pypi-publish"
3+
LABEL "maintainer" "Sviatoslav Sydorenko <wk+pypa@sydorenko.org.ua>"
4+
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
5+
LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
66

77
ENV PYTHONDONTWRITEBYTECODE 1
88
ENV PYTHONUNBUFFERED 1

0 commit comments

Comments
 (0)