Skip to content

Commit 95d07ad

Browse files
authored
fix: add WF_SERVICE_NAME as required
1 parent 3906946 commit 95d07ad

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci_k8_base.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ on:
4141
required: true
4242
WF_AWS_REGION:
4343
required: true
44-
44+
45+
WF_SERVICE_NAME:
46+
required: true
4547
WF_KUBE_NAME:
4648
required: true
4749
WF_KUBE_DOMAIN:
@@ -90,7 +92,7 @@ jobs:
9092
KUBECONFIG: .kube/config-${{secrets.WF_KUBE_TYPE}}.yaml
9193
KUBEDEPLOYMENT: .kube/deployment-${{inputs.WF_KUBE_DEPLOYMENT}}.yaml
9294
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
93-
ECR_REPOSITORY: '${{ secrets.WF_KUBE_NAME }}_${{ inputs.WF_ENV_TYPE}}_repo'
95+
ECR_REPOSITORY: '${{ secrets.WF_SERVICE_NAME }}_${{ inputs.WF_ENV_TYPE}}_repo'
9496
VERSION_TAG: ${{ github.sha }}
9597
KUBE_MIN_REPLICAS: ${{ inputs.WF_KUBE_MIN_REPLICAS }}
9698
KUBE_MAX_REPLICAS: ${{ inputs.WF_KUBE_MAX_REPLICAS }}

0 commit comments

Comments
 (0)