From dfbfa4f9388329eb96302c0f58fbbc4910fd5b9f Mon Sep 17 00:00:00 2001 From: Spoffy Date: Tue, 2 Jul 2024 20:55:42 +0100 Subject: [PATCH] Changes base image to be accurate on forks --- .github/workflows/docker_latest.yml | 3 +-- buildtools/.grist-ee-version | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker_latest.yml b/.github/workflows/docker_latest.yml index f4daebf7..b3adb7ef 100644 --- a/.github/workflows/docker_latest.yml +++ b/.github/workflows/docker_latest.yml @@ -147,9 +147,8 @@ jobs: uses: docker/build-push-action@v2 with: context: . - build-contexts: | - gristlabs/grist=docker-image://${{ env.DOCKER_HUB_OWNER }}/${{ matrix.image.name }} build-args: | + BASE_IMAGE=${{ env.DOCKER_HUB_OWNER }}/${{ matrix.image.name}} BASE_VERSION=${{ env.TAG }} file: ext/Dockerfile platforms: ${{ env.PLATFORMS }} diff --git a/buildtools/.grist-ee-version b/buildtools/.grist-ee-version index 965065db..a602fc9e 100644 --- a/buildtools/.grist-ee-version +++ b/buildtools/.grist-ee-version @@ -1 +1 @@ -0.9.3 +0.9.4