docker: comment out all labels since they're added?
This commit is contained in:
parent
5d48716ef1
commit
98b001c204
1 changed files with 4 additions and 4 deletions
|
|
@ -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" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue