From 87b624f8716b1150d93f45fa364e49eceebf3ffd Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 29 May 2024 22:25:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85Update=20homepage=20@=20Dockerfile?= =?UTF-8?q?=20to=20GH=20Marketplace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d99c011..bff054f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.12-slim LABEL "maintainer" "Sviatoslav Sydorenko " 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