mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: scope to dockerfile buildtype
This commit is contained in:
@@ -92,6 +92,7 @@ export const ShowEnvironment = ({ applicationId }: Props) => {
|
|||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
</Form>
|
</Form>
|
||||||
|
{data?.buildType === "dockerfile" && (
|
||||||
<Form {...buildArgsForm}>
|
<Form {...buildArgsForm}>
|
||||||
<form onSubmit={buildArgsForm.handleSubmit(onBuildArgsSubmit)}>
|
<form onSubmit={buildArgsForm.handleSubmit(onBuildArgsSubmit)}>
|
||||||
<Secrets
|
<Secrets
|
||||||
@@ -116,6 +117,7 @@ export const ShowEnvironment = ({ applicationId }: Props) => {
|
|||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
</Form>
|
</Form>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user