mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-26 07:24:09 +08:00
.
This commit is contained in:
parent
d2af891603
commit
017b29046b
2
.github/workflows/build-publish.yml
vendored
2
.github/workflows/build-publish.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user