Explorar o código

add to optional create template section as well

Alexander Belanger %!s(int64=5) %!d(string=hai) anos
pai
achega
5df4b810fc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      server/api/deploy_handler.go

+ 1 - 0
server/api/deploy_handler.go

@@ -147,6 +147,7 @@ func (app *App) HandleDeployTemplate(w http.ResponseWriter, r *http.Request) {
 			DockerfilePath: form.GithubActionConfig.DockerfilePath,
 			DockerfilePath: form.GithubActionConfig.DockerfilePath,
 			GitRepoID:      form.GithubActionConfig.GitRepoID,
 			GitRepoID:      form.GithubActionConfig.GitRepoID,
 			BuildEnv:       form.GithubActionConfig.BuildEnv,
 			BuildEnv:       form.GithubActionConfig.BuildEnv,
+			RegistryID:     form.GithubActionConfig.RegistryID,
 		}
 		}
 
 
 		// validate the form
 		// validate the form