Alexander Belanger 4 лет назад
Родитель
Сommit
6a969f3b72
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      internal/integrations/ci/actions/actions.go

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

@@ -164,6 +164,7 @@ type GithubActionYAML struct {
 func (g *GithubActions) GetGithubActionYAML() ([]byte, error) {
 	gaSteps := []GithubActionYAMLStep{
 		getCheckoutCodeStep(),
+		getSetTagStep(),
 		getUpdateAppStep(g.ServerURL, g.getPorterTokenSecretName(), g.ProjectID, g.ClusterID, g.ReleaseName, g.Version),
 	}