💅Update homepage @ Dockerfile to GH Marketplace

This commit is contained in:
Sviatoslav Sydorenko 2024-05-29 22:25:10 +02:00
parent da2f9bb91e
commit 87b624f871
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -2,7 +2,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 "homepage" "https://github.com/marketplace/actions/pypi-publish"
LABEL "org.opencontainers.image.source" "https://github.com/pypa/gh-action-pypi-publish"
ENV PYTHONDONTWRITEBYTECODE 1