Build multi platform proxy
This commit is contained in:
parent
344256a805
commit
b3a4a921aa
|
@ -114,6 +114,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: ./hosting/proxy
|
context: ./hosting/proxy
|
||||||
push: true
|
push: true
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
|
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
|
||||||
file: ./hosting/proxy/Dockerfile
|
file: ./hosting/proxy/Dockerfile
|
||||||
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:latest
|
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:latest
|
||||||
|
|
Loading…
Reference in New Issue