Ver Fonte

add to optional create template section as well

Alexander Belanger há 5 anos atrás
pai
commit
5df4b810fc
1 ficheiros alterados com 1 adições e 0 exclusões
  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,
 			GitRepoID:      form.GithubActionConfig.GitRepoID,
 			BuildEnv:       form.GithubActionConfig.BuildEnv,
+			RegistryID:     form.GithubActionConfig.RegistryID,
 		}
 
 		// validate the form