We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2734d07 commit abbea2dCopy full SHA for abbea2d
Dockerfile
@@ -3,6 +3,7 @@ FROM python:3.12-slim
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"
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