This commit is contained in:
meysamhadeli 2023-01-25 03:41:29 +03:30
parent 33be997855
commit 64b1c219ab

View File

@ -38,8 +38,8 @@ jobs:
with: with:
context: . context: .
file: ./src/Services/Flight/Dockerfile file: ./src/Services/Flight/Dockerfile
push: ${{ github.ref_type == 'tag' }} push: true
tags: ${{ steps.meta.outputs.tags }} tags: meysamh66/booking-microservices-flight:${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}