mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
Add Docker label for GHCR
This commit will add the label `org.opencontainers.image.source` to the Dockerfile. This label helps link GitHub Container Registry (GHCR) with the associated repo. https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry https://github.com/pypa/gh-action-pypi-publish/pull/230/files#r1603926630
This commit is contained in:
committed by
Sviatoslav Sydorenko (Святослав Сидоренко)
parent
2734d07314
commit
abbea2dd5c
@@ -3,6 +3,7 @@ FROM python:3.12-slim
|
||||
LABEL "maintainer" "Sviatoslav Sydorenko <wk+pypa@sydorenko.org.ua>"
|
||||
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
|
||||
LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
|
||||
LABEL "org.opencontainers.image.source" "https://github.com/pypa/gh-action-pypi-publish"
|
||||
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
Reference in New Issue
Block a user