Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed May 31, 2023
1 parent c92b6e0 commit c8431dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centrifugo-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
context: ./
file: ./docker/php/Dockerfile
push: true
args:
build-args: |
APP_VERSION=${{ steps.previoustag.outputs.tag }}
SERVICE_NAME=centrifugo
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cinema-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
context: ./
file: ./docker/php/Dockerfile
push: true
args:
build-args: |
APP_VERSION=${{ steps.previoustag.outputs.tag }}
SERVICE_NAME=cinema
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
context: ./
file: ./docker/npm/Dockerfile
push: true
args:
build-args: |
APP_VERSION=${{ steps.previoustag.outputs.tag }}
tags:
ghcr.io/spiral/ticket-booking-frontend:latest, ghcr.io/spiral/ticket-booking-frontend:${{ steps.previoustag.outputs.tag }}
2 changes: 1 addition & 1 deletion .github/workflows/payment-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
context: ./
file: ./docker/php/Dockerfile
push: true
args:
build-args: |
APP_VERSION=${{ steps.previoustag.outputs.tag }}
SERVICE_NAME=payment
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/users-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
context: ./
file: ./docker/php/Dockerfile
push: true
args:
build-args: |
APP_VERSION=${{ steps.previoustag.outputs.tag }}
SERVICE_NAME=users
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
context: ./
file: ./docker/php/Dockerfile
push: true
args:
build-args: |
APP_VERSION=${{ steps.previoustag.outputs.tag }}
SERVICE_NAME=web
tags:
Expand Down

0 comments on commit c8431dc

Please sign in to comment.