File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,6 @@ name: Kubernetes Deployment
22on :
33 workflow_dispatch :
44 workflow_call :
5- inputs :
6- image-tag :
7- description : ' Docker image tag to deploy'
8- required : false
9- default : ' '
10- type : string
11-
125jobs :
136 deploy :
147 name : Deploy to Kubernetes
Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ jobs:
117117 actions : read
118118 uses : ./.github/workflows/docker.yml
119119 secrets : inherit
120- with :
121- push-image : true
122120
123121 # Terraform changes: Terraform + ArgoCD + Deploy + Monitoring
124122 terraform :
@@ -132,8 +130,6 @@ jobs:
132130 packages : write
133131 id-token : write
134132 actions : read
135- with :
136- terraform-action : ' apply'
137133
138134 # ArgoCD changes OR when terraform changes
139135 argocd :
You can’t perform that action at this time.
0 commit comments