Fix: add missing variables
This commit is contained in:
parent
58af09114b
commit
cea53ca476
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { generateSecrets } from '../common';
|
|||
import { buildCacheImageForLaravel, buildImage } from './common';
|
||||
|
||||
const createDockerfile = async (data, image): Promise<void> => {
|
||||
const { workdir, applicationId, tag, buildId, port } = data;
|
||||
const { workdir, applicationId, tag, buildId, port, secrets, pullmergeRequestId } = data;
|
||||
const Dockerfile: Array<string> = [];
|
||||
|
||||
Dockerfile.push(`FROM ${image}`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue