mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-03 03:11:51 +08:00
.
This commit is contained in:
parent
64b1c219ab
commit
5d6ce44e89
8
.github/workflows/build-publish-docker.yml
vendored
8
.github/workflows/build-publish-docker.yml
vendored
@ -33,14 +33,18 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./src/Services/Flight/Dockerfile
|
file: ./src/Services/Flight/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: meysamh66/booking-microservices-flight:${{ steps.meta.outputs.tags }}
|
tags: ${{ secrets.DOCKERHUB_USERNAME }}/booking-microservices-flight:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
# meysamh66/booking-microservices-flight:${{ steps.meta.outputs.tags }}
|
||||||
|
# labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
|
|
||||||
# - name: Build image
|
# - name: Build image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user