From 41dc6f6eb276535fac3e1513f60d962e8af923ac Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 9 Feb 2023 12:19:10 -0800 Subject: [PATCH] latest branch is main, not stable --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.