diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6873672..4febf04 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,6 +49,6 @@ jobs: - name: Install helm chart to EKS cluster run: | helm upgrade -i simplebank helm/simplebank \ - --set image.repository=${{steps.login-ecr.outputs.registry}}/${{secrets.AWS_ECR_REPOSITORY}},\ - image.tag=${{github.sha}},\ - image.pullPolicy=IfNotPresent + --set image.repository=${{steps.login-ecr.outputs.registry}}/${{secrets.AWS_ECR_REPOSITORY}}, \ + image.tag=${{github.sha}}, \ + image.pullPolicy=IfNotPresent