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 +172,7 @@ export async function sconify({
168
172
169
173
constimageRepo=`${dockerUserName}/${imageName}`;
170
174
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
175
+
constsconifiedImageTag=`${imageTag}-tee-scone-${sconifyVersion}-${sconeProd ? 'prod' : 'debug'}-${sconifiedImageShortId}`;// add digest in tag to avoid replacing previous build
0 commit comments