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
@@ -168,7 +171,7 @@ export async function sconify({
168
171
169
172
constimageRepo=`${dockerUserName}/${imageName}`;
170
173
constsconifiedImageShortId=sconifiedImageId.substring(7,7+12);// extract 12 first chars after the leading "sha256:"
171
-
constsconifiedImageTag=`${imageTag}-tee-scone-${sconifyVersion}-debug-${sconifiedImageShortId}`;// add digest in tag to avoid replacing previous build
174
+
constsconifiedImageTag=`${imageTag}-tee-scone-${sconifyVersion}-${sconeProd ? 'prod' : 'debug'}-${sconifiedImageShortId}`;// add digest in tag to avoid replacing previous build
0 commit comments