Merge branch 'main' into next
This commit is contained in:
commit
1660510614
@ -19,8 +19,8 @@ const createDockerfile = async (data, imageforBuild): Promise<void> => {
|
|||||||
export default async function (data) {
|
export default async function (data) {
|
||||||
try {
|
try {
|
||||||
const { baseImage, baseBuildImage } = data;
|
const { baseImage, baseBuildImage } = data;
|
||||||
await buildCacheImageWithNode(data, baseImage);
|
await buildCacheImageWithNode(data, baseBuildImage);
|
||||||
await createDockerfile(data, baseBuildImage);
|
await createDockerfile(data, baseImage);
|
||||||
await buildImage(data);
|
await buildImage(data);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
throw error;
|
throw error;
|
||||||
|
Loading…
Reference in New Issue
Block a user