From d6a3b8ee91834f20fa54eb1517053c9ecd6190a4 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 2 Oct 2023 20:27:24 +0200 Subject: [PATCH] Test pushing to another repo --- .../workflows/release-singleimage-test.yml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release-singleimage-test.yml b/.github/workflows/release-singleimage-test.yml index 196de88172..7c30204447 100644 --- a/.github/workflows/release-singleimage-test.yml +++ b/.github/workflows/release-singleimage-test.yml @@ -70,20 +70,20 @@ jobs: uses: docker/build-push-action@v5 with: context: . - push: false - pull: true + push: true + # pull: true platforms: linux/amd64,linux/arm64 - tags: budibase/budibase,budibase/budibase:${{ env.RELEASE_VERSION }} + tags: budibase/budibase-test:develop file: ./hosting/single/Dockerfile - cache-from: type=registry,ref=budibase/budibase:latest + cache-from: type=registry,ref=budibase/budibase-test:develop 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: false + # pull: true + # platforms: linux/amd64 + # build-args: TARGETBUILD=aas + # tags: budibase/budibase-aas,budibase/budibase-aas:${{ env.RELEASE_VERSION }} + # file: ./hosting/single/Dockerfile