mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-08 07:22:21 +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
|
- name: Build image
|
||||||
run: |
|
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 .
|
# docker build -t meysamh66/booking-microservices/flight:latest -f ./src/Services/Flight/Dockerfile .
|
||||||
|
|
||||||
- name: Publish image
|
- name: Publish image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user