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