Skip to content

Instantly share code, notes, and snippets.

@kraftwerk28
Created August 17, 2020 15:36
Show Gist options
  • Save kraftwerk28/564426b6e30fb0f083aa2c7619aa6f29 to your computer and use it in GitHub Desktop.
Save kraftwerk28/564426b6e30fb0f083aa2c7619aa6f29 to your computer and use it in GitHub Desktop.

w/o quotes:

docker build -t ${APP_TAG} ${REPO_URL}#${BUILD_BRANCH} -f ${APP_DF_PATH}

w/ quotes:

docker build -t ${APP_TAG} "${REPO_URL}#${BUILD_BRANCH}" -f ${APP_DF_PATH}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment