mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-11 02:20:20 +08:00
.
This commit is contained in:
parent
459366e2e8
commit
bc7aedd636
9
.github/workflows/build-publish.yml
vendored
9
.github/workflows/build-publish.yml
vendored
@ -32,6 +32,11 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build image and push to Docker Hub and GitHub Container Registry
|
||||
run: docker build -t meysamhadeli/booking-microservices/flight:latest -f ./src/Services/Flight/Dockerfile .
|
||||
|
||||
- name: Build Docker Image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: meysamhadeli/booking-microservices/flight:latest
|
||||
context: ./src/Services/Flight/Dockerfile
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user