mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-18 01:42:10 +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
|
||||
with:
|
||||
# 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
|
||||
tags: |
|
||||
meysamhadeli/booking-microservices:latest
|
||||
ghcr.io/meysamhadeli/booking-microservices:latest
|
||||
meysamhadeli/booking-microservices/flight:latest
|
||||
ghcr.io/meysamhadeli/booking-microservices/flight:latest
|
||||
# build on feature branches, push only on develop branch
|
||||
push: ${{ github.ref == 'refs/heads/develop' }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user