Changes base image to be accurate on forks

This commit is contained in:
Spoffy 2024-07-02 20:55:42 +01:00
parent f07f020d15
commit dfbfa4f938
2 changed files with 2 additions and 3 deletions

View File

@ -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 }}

View File

@ -1 +1 @@
0.9.3
0.9.4