Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxchata authored Aug 10, 2024
1 parent ae5dfee commit 278cc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Build the Docker image for gRPC project
run: |
cd src/
docker build . --file ./Taxi.gRPC/Dockerfile --tag ${{ secrets.ACR_SERVER }}/taxiwebapi:latest
docker push ${{ secrets.ACR_SERVER }}/taxiwebapi:latest
docker build . --file ./Taxi.gRPC/Dockerfile --tag ${{ secrets.ACR_SERVER }}/taxigrpc:latest
docker push ${{ secrets.ACR_SERVER }}/taxigrpc:latest

0 comments on commit 278cc7b

Please sign in to comment.