mirror of https://github.com/buster-so/buster.git
platform support for docker images
This commit is contained in:
parent
8d28993bb4
commit
13c12be36e
|
@ -102,6 +102,7 @@ jobs:
|
|||
context: ./api
|
||||
file: ./api/Dockerfile
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
tags: |
|
||||
${{ env.DOCKER_REGISTRY_OWNER }}/${{ env.API_IMAGE_NAME }}:${{ env.API_VERSION }}
|
||||
${{ env.DOCKER_REGISTRY_OWNER }}/${{ env.API_IMAGE_NAME }}:${{ github.sha }}
|
||||
|
@ -158,6 +159,7 @@ jobs:
|
|||
context: ./web
|
||||
file: ./web/Dockerfile
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
tags: |
|
||||
${{ env.DOCKER_REGISTRY_OWNER }}/${{ env.WEB_IMAGE_NAME }}:${{ env.WEB_VERSION }}
|
||||
${{ env.DOCKER_REGISTRY_OWNER }}/${{ env.WEB_IMAGE_NAME }}:${{ github.sha }}
|
||||
|
|
Loading…
Reference in New Issue