From 237758abe33878f2a4165c0485235289611f6dd2 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Wed, 4 Oct 2023 20:29:36 +0200 Subject: [PATCH] Build aas image --- .../workflows/release-singleimage-test.yml | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release-singleimage-test.yml b/.github/workflows/release-singleimage-test.yml index 9c2a99d8df..9e789e9bbf 100644 --- a/.github/workflows/release-singleimage-test.yml +++ b/.github/workflows/release-singleimage-test.yml @@ -66,19 +66,21 @@ jobs: with: context: . push: true - # pull: true + pull: true platforms: linux/amd64,linux/arm64 tags: budibase/budibase-test:test file: ./hosting/single/Dockerfile cache-from: type=registry,ref=budibase/budibase-test:test cache-to: type=inline - # - name: Tag and release Budibase Azure App Service docker image - # uses: docker/build-push-action@v5 - # with: - # context: . - # push: false - # pull: true - # platforms: linux/amd64 - # build-args: TARGETBUILD=aas - # tags: budibase/budibase-aas,budibase/budibase-aas:${{ env.RELEASE_VERSION }} - # file: ./hosting/single/Dockerfile + - name: Tag and release Budibase Azure App Service docker image + uses: docker/build-push-action@v5 + with: + context: . + push: true + pull: true + platforms: linux/amd64 + build-args: TARGETBUILD=aas + tags: budibase/budibase-test:aas + file: ./hosting/single/Dockerfile + cache-from: type=registry,ref=budibase/budibase-test:aas + cache-to: type=inline