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>
|
||||
{data?.buildType === "dockerfile" && (
|
||||
<Form {...buildArgsForm}>
|
||||
<form onSubmit={buildArgsForm.handleSubmit(onBuildArgsSubmit)}>
|
||||
<Secrets
|
||||
@@ -116,6 +117,7 @@ export const ShowEnvironment = ({ applicationId }: Props) => {
|
||||
/>
|
||||
</form>
|
||||
</Form>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user