Use cache
This commit is contained in:
parent
425801b4e5
commit
7befdad068
|
@ -75,6 +75,8 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: budibase/budibase,budibase/budibase:${{ env.RELEASE_VERSION }}
|
tags: budibase/budibase,budibase/budibase:${{ env.RELEASE_VERSION }}
|
||||||
file: ./hosting/single/Dockerfile
|
file: ./hosting/single/Dockerfile
|
||||||
|
cache-from: type=registry,ref=budibase/budibase:latest
|
||||||
|
cache-to: type=inline
|
||||||
# - name: Tag and release Budibase Azure App Service docker image
|
# - name: Tag and release Budibase Azure App Service docker image
|
||||||
# uses: docker/build-push-action@v2
|
# uses: docker/build-push-action@v2
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Reference in New Issue