From 4dfbb49cee897a9f26655fc5415af566d9751972 Mon Sep 17 00:00:00 2001 From: ManojKrishnaChintaluri Date: Thu, 18 Jan 2024 23:06:46 +0530 Subject: [PATCH] modify command service workflow file --- .github/workflows/build_and_deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index 8c6a1865..9909f000 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -48,10 +48,11 @@ jobs: with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - run: cd ./command-service - name: Build docker image and push uses: docker/build-push-action@v2 with: - file: ./command-service/Dockerfile + file: ./Dockerfile push: true tags: ${{ vars.DOCKERHUB_USERNAME }}/flink-command-service:${{ github.ref_name }}