Skip to content

Commit

Permalink
Merge pull request #241 from br3ndonland/ghcr-label
Browse files Browse the repository at this point in the history
Add Docker label for GHCR
  • Loading branch information
webknjaz authored May 29, 2024
2 parents 2734d07 + abbea2d commit da2f9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da2f9bb

Please sign in to comment.