Merge branch 'main' into next

This commit is contained in:
Andras Bacsai 2022-05-28 21:08:21 +02:00 committed by GitHub
commit 1660510614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ const createDockerfile = async (data, imageforBuild): Promise<void> => {
export default async function (data) {
try {
const { baseImage, baseBuildImage } = data;
await buildCacheImageWithNode(data, baseImage);
await createDockerfile(data, baseBuildImage);
await buildCacheImageWithNode(data, baseBuildImage);
await createDockerfile(data, baseImage);
await buildImage(data);
} catch (error) {
throw error;