We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b3fe4 commit 6cba59dCopy full SHA for 6cba59d
ci/buildspec.yml
@@ -29,7 +29,7 @@ phases:
29
- echo Pushing the Docker image...
30
- |
31
case $CODEBUILD_WEBHOOK_EVENT in
32
- PULL_REQUEST_MERGED)
+ PUSH | PULL_REQUEST_MERGED)
33
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"
34
;;
35
PULL_REQUEST_CREATED | PULL_REQUEST_UPDATED | PULL_REQUEST_REOPENED)
0 commit comments