separate Docker files from Moda & Azure (#53633)
This commit is contained in:
@@ -123,6 +123,7 @@ jobs:
|
||||
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.azure
|
||||
push: true
|
||||
target: preview
|
||||
tags: ${{ env.DOCKER_IMAGE }}
|
||||
|
||||
@@ -174,6 +174,7 @@ jobs:
|
||||
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.azure
|
||||
push: true
|
||||
target: ${{ steps.with-translations.outputs.result == 'true' && 'production' || 'preview' }}
|
||||
tags: ${{ env.DOCKER_IMAGE }}
|
||||
|
||||
@@ -104,6 +104,7 @@ jobs:
|
||||
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.azure
|
||||
push: true
|
||||
target: production
|
||||
tags: ${{ env.DOCKER_IMAGE }}, ${{ env.DOCKER_IMAGE_CACHE_REF }}
|
||||
|
||||
@@ -94,6 +94,7 @@ jobs:
|
||||
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.azure
|
||||
push: true
|
||||
target: production
|
||||
tags: ${{ env.DOCKER_IMAGE }}
|
||||
|
||||
@@ -71,6 +71,7 @@ jobs:
|
||||
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.azure
|
||||
push: true
|
||||
target: preview
|
||||
tags: ${{ env.DOCKER_IMAGE_CACHE_REF }}
|
||||
|
||||
Reference in New Issue
Block a user