Skip to content

Commit

Permalink
Merge pull request #35 from teamdatatonic/bugfix/make-build
Browse files Browse the repository at this point in the history
fix: make build  target variable substitution
  • Loading branch information
donatas-dt authored Sep 6, 2023
2 parents 31da0ac + 6894f65 commit 90e2af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build: ## Build and push training and/or serving container(s) image using Docker
--region=${VERTEX_LOCATION} \
--project=${VERTEX_PROJECT_ID} \
--gcs-source-staging-dir=gs://${VERTEX_PROJECT_ID}-staging/source \
--substitutions=_DOCKER_TARGET=${target},_DESTINATION_IMAGE_URI=${CONTAINER_IMAGE_REGISTRY}/${target}:${RESOURCE_SUFFIX} ; \
--substitutions=_DOCKER_TARGET=$$target,_DESTINATION_IMAGE_URI=${CONTAINER_IMAGE_REGISTRY}/$$target:${RESOURCE_SUFFIX} ; \
done


Expand Down

0 comments on commit 90e2af8

Please sign in to comment.