This commit is contained in:
meysamhadeli 2023-01-24 19:26:37 +03:30
parent a05d994599
commit 4bb87ddace

View File

@ -33,10 +33,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Image
uses: docker/build-push-action@v2
with:
push: true
tags: meysamhadeli/booking-microservices/flight:latest
context: ./src/Services/Flight
- name: Build image
run: docker build -t meysamhadeli/booking-microservices/flight:latest -f ./src/Services/Flight/Dockerfile .
- name: Publish image
run: docker push meysamhadeli/booking-microservices/flight:latest