build: Debug

This commit is contained in:
Kroese 2023-11-29 05:10:20 +01:00 committed by GitHub
parent 5083e5d81e
commit 686cd2c73e

View file

@ -86,8 +86,8 @@ jobs:
--output "type=image,push=false" \
--build-arg "VERSION_ARG=${VERSION}" \
--build-arg "VCS_REF=${GITHUB_SHA::8}" \
"$(printf "%q" "${LABELS[@]/#/ --label }" )" \
"$(printf "%q" "${TAGS[@]/#/ --tag }" )" "${DIRECTORY}"
"$(printf '%s' ${LABELS[@]/#/ --label } )" \
"$(printf '%s' ${TAGS[@]/#/ --tag } )" "${DIRECTORY}"
rm -f ${HOME}/.docker/config.json
jdksks