1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Use cache

This commit is contained in:
Adria Navarro 2023-10-02 18:14:15 +02:00
parent 425801b4e5
commit 7befdad068

View file

@ -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: