We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcb055 commit b1a35b8Copy full SHA for b1a35b8
1 file changed
bin/sdk/images/common.sh
@@ -105,7 +105,7 @@ function Images::_buildApp() {
105
"${DEPLOYMENT_PATH}/context" 1>&2
106
fi
107
108
- if [ -n "${SPRYKER_XDEBUG_MODE_ENABLE}" ]; then
+ if [ "${withPushImages}" == "${FALSE}" ] && [ -n "${SPRYKER_XDEBUG_MODE_ENABLE}" ]; then
109
docker build \
110
-t "${runtimeImage}" \
111
-f "${DEPLOYMENT_PATH}/images/debug/application/Dockerfile" \
0 commit comments