Skip to content

Commit

Permalink
modify command service workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojKrishnaChintaluri committed Jan 18, 2024
1 parent f1eb484 commit 4dfbb49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 4dfbb49

Please sign in to comment.