From ef7c604d5d83a4d818f7598c0585c74522deb828 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 2 Oct 2023 16:07:24 +0200 Subject: [PATCH] Do not push --- .github/workflows/release-singleimage.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release-singleimage.yml b/.github/workflows/release-singleimage.yml index 93813e511e..a85bf9133f 100644 --- a/.github/workflows/release-singleimage.yml +++ b/.github/workflows/release-singleimage.yml @@ -76,16 +76,16 @@ jobs: uses: docker/build-push-action@v2 with: context: . - push: true + push: false platforms: linux/amd64,linux/arm64 tags: budibase/budibase,budibase/budibase:${{ env.RELEASE_VERSION }} file: ./hosting/single/Dockerfile - - name: Tag and release Budibase Azure App Service docker image - uses: docker/build-push-action@v2 - with: - context: . - push: 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@v2 + # with: + # context: . + # push: true + # platforms: linux/amd64 + # build-args: TARGETBUILD=aas + # tags: budibase/budibase-aas,budibase/budibase-aas:${{ env.RELEASE_VERSION }} + # file: ./hosting/single/Dockerfile