Skip to content

Commit

Permalink
upgrade docker build-push-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojKrishnaChintaluri committed Jan 18, 2024
1 parent 4dfbb49 commit ff1a43c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ 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
uses: docker/build-push-action@v4
with:
file: ./Dockerfile
file: ./command-service/Dockerfile
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/flink-command-service:${{ github.ref_name }}

Expand Down

0 comments on commit ff1a43c

Please sign in to comment.