This commit is contained in:
meysamhadeli 2023-01-24 21:50:43 +03:30
parent d2af891603
commit 017b29046b

View File

@ -34,7 +34,7 @@ jobs:
- name: Build image
run: |
docker build . --tag ghcr.io/${{ github.repository }}/flight:latest -f "${{ github.workspace }}/src/Services/Flight/Dockerfile"
docker build -t ghcr.io/${{ github.repository }}/flight:latest -f "${{ github.workspace }}/src/Services/Flight/Dockerfile" .
# docker build -t meysamh66/booking-microservices/flight:latest -f ./src/Services/Flight/Dockerfile .
- name: Publish image