From ce814d9a20937f67baf408165a62817d5cd591f5 Mon Sep 17 00:00:00 2001 From: Ikenna Nwagbara <54039249+ItsJustIkenna@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:06:58 -0400 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index cbaa26c..4f7f034 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,4 +21,4 @@ jobs: - uses: actions/checkout@v4 - name: Build the Docker image - run: docker build . --file DataEngine/Dockerfile --tag prodtradingbotregistry.azurecr.io/dataengine/dataengine-image:v1.0.0-$(date +%s) + run: docker build . --file Dockerfile --tag prodtradingbotregistry.azurecr.io/dataengine/dataengine-image:v1.0.0-$(date +%s)