diff --git a/ci/spec/data-ingestor/deploy.yaml b/ci/spec/data-ingestor/deploy.yaml index 5d4e592797..bedaed3048 100644 --- a/ci/spec/data-ingestor/deploy.yaml +++ b/ci/spec/data-ingestor/deploy.yaml @@ -10,7 +10,7 @@ production_data-ingestor: - chmod +x ./ci/scripts/deployment-production-setup.sh - bash ./ci/scripts/deployment-production-setup.sh - sudo docker login --username $DOCKERHUBUSERNAME --password $DOCKERHUBPASSWORD - - sudo docker build -t fyipeproject/data-ingestor:latest ./ingestor + - sudo docker build -t fyipeproject/data-ingestor:latest ./data-ingestor - sudo docker tag fyipeproject/data-ingestor:latest fyipeproject/data-ingestor:3.0.$CI_PIPELINE_IID - sudo docker push fyipeproject/data-ingestor:3.0.$CI_PIPELINE_IID - sudo docker push fyipeproject/data-ingestor:latest