We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2734d07 commit abbea2dCopy full SHA for abbea2d
Dockerfile
@@ -3,6 +3,7 @@ FROM python:3.12-slim
3
LABEL "maintainer" "Sviatoslav Sydorenko <[email protected]>"
4
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
5
LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
6
+LABEL "org.opencontainers.image.source" "https://github.com/pypa/gh-action-pypi-publish"
7
8
ENV PYTHONDONTWRITEBYTECODE 1
9
ENV PYTHONUNBUFFERED 1
0 commit comments