docker: comment out all labels since they're added?

This commit is contained in:
Ralf Vogler 2025-05-23 00:04:20 +02:00
parent 5d48716ef1
commit 98b001c204

View file

@ -74,10 +74,10 @@ ENV COMMIT=${COMMIT}
ENV BRANCH=${BRANCH} ENV BRANCH=${BRANCH}
ENV NOW=${NOW} ENV NOW=${NOW}
LABEL org.opencontainers.image.title="free-games-claimer" \ # added by docker/metadata-action using data from GitHub
org.opencontainers.image.description="Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG" \ # LABEL org.opencontainers.image.title="free-games-claimer" \
org.opencontainers.image.url="https://github.com/vogler/free-games-claimer" \ # org.opencontainers.image.url="https://github.com/vogler/free-games-claimer" \
org.opencontainers.image.source="https://github.com/vogler/free-games-claimer" # org.opencontainers.image.source="https://github.com/vogler/free-games-claimer"
# org.opencontainers.image.name="free-games-claimer" \ # org.opencontainers.image.name="free-games-claimer" \
# org.opencontainers.image.ref.name=${BRANCH} \ # org.opencontainers.image.ref.name=${BRANCH} \
# org.opencontainers.image.base.name="ubuntu:jammy" \ # org.opencontainers.image.base.name="ubuntu:jammy" \