mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-26 07:24:09 +08:00
.
This commit is contained in:
parent
113918ea68
commit
615476ffc5
4
.github/workflows/build-publish.yml
vendored
4
.github/workflows/build-publish.yml
vendored
@ -36,12 +36,12 @@ jobs:
|
||||
- name: Build image
|
||||
run: |
|
||||
# docker build -t meysamh66/booking-microservices/flight:latest -f ./src/Services/Flight/Dockerfile .
|
||||
docker build . -t ${{ env.REGISTRY }}/${{ github.repository }}/flight:latest -f "${{ github.workspace }}/src/Services/Catalogs/Flight/Dockerfile ."
|
||||
docker build . -t ghcr.io/${{ github.repository }}/flight:latest -f ./src/Services/Catalogs/Flight/Dockerfile .
|
||||
|
||||
|
||||
- name: Publish image
|
||||
run: |
|
||||
docker push "$ghcr.io/${{ github.repository }}/flight:latest}}"
|
||||
docker push ghcr.io/${{ github.repository }}/flight:latest
|
||||
# docker push meysamh66/booking-microservices/flight:latest
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user