This commit is contained in:
parent
994a94f9e3
commit
63df8ff113
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./apps/frontend/
|
context: ./apps/frontend/
|
||||||
file: Dockerfile
|
file: /apps/frontend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./apps/backend/
|
context: ./apps/backend/
|
||||||
file: Dockerfile
|
file: ./apps/backend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue