latest branch is main, not stable

This commit is contained in:
Bryan Stitt 2023-02-09 12:19:10 -08:00
parent 90b57c7aed
commit 41dc6f6eb2

2
Jenkinsfile vendored
View File

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