Adding push to deploy image.
This commit is contained in:
parent
594cfb1f6b
commit
555226ece1
|
@ -56,6 +56,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: budibase,budibase/budibase:v${{ env.RELEASE_VERSION }}
|
tags: budibase,budibase/budibase:v${{ env.RELEASE_VERSION }}
|
||||||
file: ./hosting/single/Dockerfile
|
file: ./hosting/single/Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue