Skip to content

Commit 97a848d

Browse files
committed
Remove unused inputs from deployment workflows for cleaner configuration
1 parent 4f5fd96 commit 97a848d

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: Kubernetes Deployment
22
on:
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-
125
jobs:
136
deploy:
147
name: Deploy to Kubernetes

.github/workflows/main-pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)