diff --git a/.github/workflows/image-deployment.test.helm-chart.yaml b/.github/workflows/image-deployment.test.helm-chart.yaml index 14a0eb13c1..8f65bf1d2a 100644 --- a/.github/workflows/image-deployment.test.helm-chart.yaml +++ b/.github/workflows/image-deployment.test.helm-chart.yaml @@ -22,6 +22,6 @@ jobs: # Build and deploy accounts. - run: sudo docker login --username $DOCKERHUB_USERNAME --password $DOCKERHUB_PASSWORD - run: sudo docker buildx create --use - - run: sudo docker buildx build --platform linux/amd64,linux/arm64 --tag oneuptime/helm-chart:5.0.$CI_PIPELINE_ID-test --push -f ./helm-chart/Dockerfile . - - run: sudo docker buildx build --platform linux/amd64,linux/arm64 --tag oneuptime/helm-chart:test --push -f ./helm-chart/Dockerfile . + - run: sudo docker buildx build --platform linux/amd64,linux/arm64 --tag oneuptime/helm-chart:5.0.$CI_PIPELINE_ID-test --push -f ./HelmChart/Dockerfile . + - run: sudo docker buildx build --platform linux/amd64,linux/arm64 --tag oneuptime/helm-chart:test --push -f ./HelmChart/Dockerfile .