diff --git a/Jenkinsfile b/Jenkinsfile index 255e23a1..23401e7e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ pipeline { REGISTRY="${AWS_ECR_URL}/web3-proxy" // branch that should get tagged with "latest_$arch" (stable, main, master, etc.) - LATEST_BRANCH="stable" + LATEST_BRANCH="main" // non-buildkit builds are officially deprecated // buildkit is much faster and handles caching much better than the default build process.