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