Update uc_loadsim.yml

This commit is contained in:
jaspreetsachdev
2023-05-26 07:39:19 -04:00
committed by GitHub
parent 3a2967316a
commit 9bf4920b9c

View File

@@ -127,7 +127,7 @@ jobs:
with:
repository: Telecominfraproject/wlan-cloud-ucentral-deploy
path: wlan-cloud-ucentral-deploy
ref: ${{ github.event.inputs.sdk_version }}
ref: refs/tags/${{ github.event.inputs.sdk_version }}
- name: Get EKS access credentials
run: aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
@@ -394,7 +394,7 @@ jobs:
with:
repository: Telecominfraproject/wlan-cloud-ucentral-deploy
path: wlan-cloud-ucentral-deploy
ref: ${{ github.event.inputs.deployment_version }}
ref: refs/tags/${{ github.event.inputs.sdk_version }}
- name: Get EKS access credentials
run: aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
@@ -581,7 +581,7 @@ jobs:
with:
repository: Telecominfraproject/wlan-cloud-ucentral-deploy
path: wlan-cloud-ucentral-deploy
ref: ${{ github.event.inputs.deployment_version }}
ref: refs/tags/${{ github.event.inputs.sdk_version }}
- name: Get EKS access credentials
run: aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
@@ -747,7 +747,7 @@ jobs:
with:
repository: Telecominfraproject/wlan-cloud-ucentral-deploy
path: wlan-cloud-ucentral-deploy
ref: ${{ github.event.inputs.deployment_version }}
ref: refs/tags/${{ github.event.inputs.sdk_version }}
- name: Get EKS access credentials
run: aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}