Procházet zdrojové kódy

add sudo to porter docker configure in workflow file

Alexander Belanger před 5 roky
rodič
revize
41e5e4f084
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      internal/integrations/ci/actions/steps.go

+ 1 - 1
internal/integrations/ci/actions/steps.go

@@ -29,7 +29,7 @@ func getDownloadPorterStep() GithubActionYAMLStep {
 
 
 const configure string = `
 const configure string = `
 porter auth login --token ${{secrets.%s}}
 porter auth login --token ${{secrets.%s}}
-porter docker configure
+sudo porter docker configure
 `
 `
 
 
 func getConfigurePorterStep(porterTokenSecretName string) GithubActionYAMLStep {
 func getConfigurePorterStep(porterTokenSecretName string) GithubActionYAMLStep {