Skip to content

Commit

Permalink
Adds repository to the end of the registry URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMillar-MOJ committed May 16, 2024
1 parent 2d47a39 commit e95d8e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ jobs:
REPOSITORY: ${{ inputs.ECR_REPOSITORY }}
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
HELM_DIR: "helm_deploy/laa-access-civil-legal-aid"
TEAM_NAME: "laa-get-access"
run: |
echo ${REGISTRY}
helm upgrade laa-access-civil-legal-aid \
${HELM_DIR} \
--namespace=${{ secrets.KUBE_NAMESPACE }} \
--values ${HELM_DIR}/values/values-${{ inputs.environment }}.yaml \
--set image.repository=${REGISTRY} \
--set image.repository=${REGISTRY}/${REPOSITORY} \
--set image.tag=${IMAGE_TAG} \
--force \
--install

0 comments on commit e95d8e5

Please sign in to comment.