Преглед изворни кода

add sudo to porter docker configure in workflow file

Alexander Belanger пре 5 година
родитељ
комит
41e5e4f084
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {