Merge branch 'master' into chore/build_packages_via_esbuild

This commit is contained in:
Adria Navarro 2023-08-09 13:00:05 +03:00 committed by GitHub
commit d1f4fdd027
2 changed files with 4 additions and 3 deletions

View File

@ -18,8 +18,9 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
root-reserve-mb: 4096
swap-size-mb: 1024
remove-android: 'true'
- name: Fail if not a tag
run: |
if [[ $GITHUB_REF != refs/tags/* ]]; then
@ -86,4 +87,4 @@ jobs:
platforms: linux/amd64
build-args: TARGETBUILD=aas
tags: budibase/budibase-aas,budibase/budibase-aas:${{ env.RELEASE_VERSION }}
file: ./hosting/single/Dockerfile
file: ./hosting/single/Dockerfile

View File

@ -1,5 +1,5 @@
{
"version": "2.9.15",
"version": "2.9.16",
"npmClient": "yarn",
"packages": [
"packages/*"