Skip to content

Commit

Permalink
save service image #8841
Browse files Browse the repository at this point in the history
  • Loading branch information
1yuv committed Mar 7, 2024
1 parent 2ab9930 commit 09a7613
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ const publishServiceImages = async () => {
if (!BUILD_NUMBER) {
return;
}
return await saveServiceImages();
if (!INTERNAL_CONTRIBUTOR){
return await saveServiceImages();
}
};

module.exports = {
Expand Down

0 comments on commit 09a7613

Please sign in to comment.