This commit is contained in:
meysamhadeli 2023-01-24 21:47:30 +03:30
parent a2a38cf58f
commit d2af891603

View File

@ -33,11 +33,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
run: docker build . --tag ghcr.io/${{ github.repository }}/flight:latest -f "${{ github.workspace }}/src/Services/Flight/Dockerfile"
run: |
docker build . --tag 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
run: docker push ghcr.io/${{ github.repository }}/flight:latest
run: |
docker push ghcr.io/${{ github.repository }}/flight:latest
# docker push meysamh66/booking-microservices/flight:latest