From 7907dd91091e076ccb0497c0766be23e0dc68cec Mon Sep 17 00:00:00 2001 From: Spoffy Date: Tue, 2 Jul 2024 20:03:23 +0100 Subject: [PATCH] Fixes EE push --- .github/workflows/docker_latest.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker_latest.yml b/.github/workflows/docker_latest.yml index 4ca06a37..4583af17 100644 --- a/.github/workflows/docker_latest.yml +++ b/.github/workflows/docker_latest.yml @@ -141,10 +141,14 @@ 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_VERSION=${{ env.TAG }} file: ext/Dockerfile platforms: ${{ env.PLATFORMS }} push: true - tags: ${{ env.DOCKER_HUB_OWNER }}/${{ matrix.image.name }}:${{ env.TAG }} + tags: ${{ env.DOCKER_HUB_OWNER }}/grist-ee:${{ env.TAG }} cache-from: type=gha cache-to: type=gha,mode=max