You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export VERSION=$(git fetch --quiet origin main && git show origin/main:Makefile | grep "BUILDER_IMAGE_VERSION :="| sed 's/.*BUILDER_IMAGE_VERSION := //'| sed 's/\s.*$//')
38
+
export VERSION=$(git fetch --quiet origin main && git show origin/main:.builder-image-version.txt)
0 commit comments