build: Debug
This commit is contained in:
parent
caa2235a1d
commit
89c791f054
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -72,8 +72,8 @@ jobs:
|
||||||
|
|
||||||
LABELS=()
|
LABELS=()
|
||||||
LABELS=("org.opencontainers.image.licenses=MIT")
|
LABELS=("org.opencontainers.image.licenses=MIT")
|
||||||
LABELS+=("org.opencontainers.image.title=${TITLE}")
|
LABELS+=("org.opencontainers.image.title=test test") # ${TITLE}")
|
||||||
LABELS+=("org.opencontainers.image.description=${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}")
|
||||||
|
|
Loading…
Reference in a new issue