Skip to content

Commit da2f9bb

Browse files
authored
Merge pull request #241 from br3ndonland/ghcr-label
Add Docker label for GHCR
2 parents 2734d07 + abbea2d commit da2f9bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM python:3.12-slim
33
LABEL "maintainer" "Sviatoslav Sydorenko <[email protected]>"
44
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
55
LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
6+
LABEL "org.opencontainers.image.source" "https://github.com/pypa/gh-action-pypi-publish"
67

78
ENV PYTHONDONTWRITEBYTECODE 1
89
ENV PYTHONUNBUFFERED 1

0 commit comments

Comments
 (0)