Skip to content

Commit 6cba59d

Browse files
author
Brent Millare
committed
Add PUSH event to buildspec
1 parent 26b3fe4 commit 6cba59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ phases:
2929
- echo Pushing the Docker image...
3030
- |
3131
case $CODEBUILD_WEBHOOK_EVENT in
32-
PULL_REQUEST_MERGED)
32+
PUSH | PULL_REQUEST_MERGED)
3333
docker push 515193369038.dkr.ecr.us-west-2.amazonaws.com/sagemaker-scikit-learn:$FRAMEWORK_VERSION-cpu-py3 | grep -v -E "[0-9]{12}.dkr.ecr.\S+.amazonaws.com"
3434
;;
3535
PULL_REQUEST_CREATED | PULL_REQUEST_UPDATED | PULL_REQUEST_REOPENED)

0 commit comments

Comments
 (0)