build: Debug

This commit is contained in:
Kroese 2023-11-29 07:00:46 +01:00 committed by GitHub
parent bf7e1fb6ab
commit b4012cec42

View file

@ -72,8 +72,8 @@ jobs:
LABELS=() LABELS=()
LABELS=("org.opencontainers.image.licenses=MIT") LABELS=("org.opencontainers.image.licenses=MIT")
LABELS+=("org.opencontainers.image.title=test test") # ${TITLE}") LABELS+=("'org.opencontainers.image.title=test test'") # ${TITLE}")
LABELS+=("org.opencontainers.image.description=test test") #${DESC}") LABELS+=("'org.opencontainers.image.description=test test'") #${DESC}")
LABELS+=("org.opencontainers.image.version=${VERSION}") LABELS+=("org.opencontainers.image.version=${VERSION}")
LABELS+=("org.opencontainers.image.created=${BUILD_DATE}") LABELS+=("org.opencontainers.image.created=${BUILD_DATE}")
LABELS+=("org.opencontainers.image.revision=${GITHUB_RUN_ID}") LABELS+=("org.opencontainers.image.revision=${GITHUB_RUN_ID}")