Commit 13b0844b authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Debug

build: Debug
parents 48f0e956 4248b95c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,8 +86,8 @@ jobs:
            --output "type=image,push=false" \
            --build-arg "VERSION_ARG=${VERSION}" \
            --build-arg "VCS_REF=${GITHUB_SHA::8}" \
            "$(printf '%s' "${LABELS[@]/#/ --label }" )" \
            "$(printf '%s' "${TAGS[@]/#/ --tag }" )" "${DIRECTORY}"
            $(printf '%s' "${LABELS[@]/#/ --label }" ) \
            $(printf '%s' "${TAGS[@]/#/ --tag }" ) "${DIRECTORY}"
            
            rm -f ${HOME}/.docker/config.json
            jdksks