mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-04 03:48:40 +08:00
fix: Fix context path
This commit is contained in:
parent
c15759fa84
commit
45a70ac868
6
.github/workflows/build-publish.yml
vendored
6
.github/workflows/build-publish.yml
vendored
@ -41,11 +41,11 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
# relative path to the place where source code with Dockerfile is located
|
# relative path to the place where source code with Dockerfile is located
|
||||||
context: ./src/samples/simple
|
context: ./src/Services/Flight
|
||||||
# Note: tags has to be all lower-case
|
# Note: tags has to be all lower-case
|
||||||
tags: |
|
tags: |
|
||||||
meysamhadeli/booking-microservices:latest
|
meysamhadeli/booking-microservices/flight:latest
|
||||||
ghcr.io/meysamhadeli/booking-microservices:latest
|
ghcr.io/meysamhadeli/booking-microservices/flight:latest
|
||||||
# build on feature branches, push only on develop branch
|
# build on feature branches, push only on develop branch
|
||||||
push: ${{ github.ref == 'refs/heads/develop' }}
|
push: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user