File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/synthetic-chain/src/cli Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @agoric/synthetic-chain ' : patch
3+ ---
4+
5+ build latest from the multi-stage build target
Original file line number Diff line number Diff line change @@ -236,14 +236,9 @@ ENTRYPOINT ./run_test.sh ${path}
236236 * The last target in the file, for untargeted `docker build`
237237 */
238238 LAST ( lastProposal : ProposalInfo ) {
239- // Assumes the 'use' image is built and tagged.
240- // This isn't necessary for a multi-stage build, but without it CI
241- // rebuilds the last "use" image during the "default" image step
242- // Some background: https://github.com/moby/moby/issues/34715
243- const useImage = imageNameForProposal ( lastProposal , 'use' ) . name ;
244239 return `
245240## LAST
246- FROM ${ useImage } as latest
241+ FROM use- ${ lastProposal . proposalName } as latest
247242` ;
248243 } ,
249244} ;
You can’t perform that action at this time.
0 commit comments