Skip to content

Commit cc7b5ee

Browse files
Merge branch 'main' into samruddhikhandale/update-issue-refs
2 parents f143a47 + 5138469 commit cc7b5ee

File tree

38 files changed

+2091
-547
lines changed

38 files changed

+2091
-547
lines changed

build/src/push.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ async function pushImage(definitionId, repo, release, updateLatest,
132132
const workingDir = path.resolve(dotDevContainerPath, context);
133133
const imageNameParams = imageNamesWithVersionTags.reduce((prev, current) => prev.concat(['--image-name', current]), []);
134134

135-
// Do not build and push the "latest" tag when pushing the "dev" images
136-
if (configUtils.getVersionFromRelease(release, definitionId) !== 'dev' || !pushImages) {
137-
imageNameParams.push('--image-name', imageName);
138-
}
139-
140135
const spawnOpts = { stdio: 'inherit', cwd: workingDir, shell: true };
141136
await asyncUtils.spawn('devcontainer', [
142137
'build',

0 commit comments

Comments
 (0)