diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 04070f7..6873672 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -48,7 +48,7 @@ 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}}, + 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