diff --git a/.github/workflows/centrifugo-docker-image.yml b/.github/workflows/centrifugo-docker-image.yml index d176fa4..0d2d16b 100644 --- a/.github/workflows/centrifugo-docker-image.yml +++ b/.github/workflows/centrifugo-docker-image.yml @@ -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: diff --git a/.github/workflows/cinema-docker-image.yml b/.github/workflows/cinema-docker-image.yml index 5227d19..92a6254 100644 --- a/.github/workflows/cinema-docker-image.yml +++ b/.github/workflows/cinema-docker-image.yml @@ -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: diff --git a/.github/workflows/frontend-docker-image.yml b/.github/workflows/frontend-docker-image.yml index 5bdfc45..39cf57c 100644 --- a/.github/workflows/frontend-docker-image.yml +++ b/.github/workflows/frontend-docker-image.yml @@ -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 }} diff --git a/.github/workflows/payment-docker-image.yml b/.github/workflows/payment-docker-image.yml index a878294..5c1858d 100644 --- a/.github/workflows/payment-docker-image.yml +++ b/.github/workflows/payment-docker-image.yml @@ -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: diff --git a/.github/workflows/users-docker-image.yml b/.github/workflows/users-docker-image.yml index e7ed8fa..f2808a5 100644 --- a/.github/workflows/users-docker-image.yml +++ b/.github/workflows/users-docker-image.yml @@ -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: diff --git a/.github/workflows/web-docker-image.yml b/.github/workflows/web-docker-image.yml index aa985cf..f9cf2b7 100644 --- a/.github/workflows/web-docker-image.yml +++ b/.github/workflows/web-docker-image.yml @@ -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: