瀏覽代碼

add to manifest

Alexander Belanger 5 年之前
父節點
當前提交
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),
 	}