Pārlūkot izejas kodu

add to manifest

Alexander Belanger 5 gadi atpakaļ
vecāks
revīzija
6a969f3b72
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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),
 	}