Skip to content

Commit 2d47a39

Browse files
committed
Use registry as the image repository
1 parent f2c827f commit 2d47a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
${HELM_DIR} \
7070
--namespace=${{ secrets.KUBE_NAMESPACE }} \
7171
--values ${HELM_DIR}/values/values-${{ inputs.environment }}.yaml \
72-
--set image.repository=${REPOSITORY} \
72+
--set image.repository=${REGISTRY} \
7373
--set image.tag=${IMAGE_TAG} \
7474
--force \
7575
--install

0 commit comments

Comments
 (0)