build: Debug

This commit is contained in:
Kroese 2023-11-29 04:21:56 +01:00 committed by GitHub
parent 8e920aab7d
commit 463767990b

View file

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