Update publish.yml
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
context: ./backend
|
||||
file: ./backend/Dockerfile
|
||||
target: production
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
${{ steps.version.outputs.BACKEND_IMAGE }}
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
with:
|
||||
context: ./
|
||||
file: ./frontend/Dockerfile.prod
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
${{ steps.version.outputs.FRONTEND_IMAGE }}
|
||||
|
||||
Reference in New Issue
Block a user