Jelajahi Sumber

add to manifest

Alexander Belanger 4 tahun lalu
induk
melakukan
6a969f3b72
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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),
 	}