parent
772cc9f063
commit
9244f5d070
@ -59,6 +59,7 @@ jobs:
|
|||||||
if: steps.changes.outputs.frontend == 'true'
|
if: steps.changes.outputs.frontend == 'true'
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
file: frontend/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.frontend-meta.outputs.tags }}
|
tags: ${{ steps.frontend-meta.outputs.tags }}
|
||||||
@ -68,6 +69,7 @@ jobs:
|
|||||||
if: steps.changes.outputs.backend == 'true'
|
if: steps.changes.outputs.backend == 'true'
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
file: backend/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.backend-meta.outputs.tags }}
|
tags: ${{ steps.backend-meta.outputs.tags }}
|
Loading…
Reference in New Issue
Block a user