mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Changes base image to be accurate on forks
This commit is contained in:
parent
f07f020d15
commit
dfbfa4f938
3
.github/workflows/docker_latest.yml
vendored
3
.github/workflows/docker_latest.yml
vendored
@ -147,9 +147,8 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
build-contexts: |
|
|
||||||
gristlabs/grist=docker-image://${{ env.DOCKER_HUB_OWNER }}/${{ matrix.image.name }}
|
|
||||||
build-args: |
|
build-args: |
|
||||||
|
BASE_IMAGE=${{ env.DOCKER_HUB_OWNER }}/${{ matrix.image.name}}
|
||||||
BASE_VERSION=${{ env.TAG }}
|
BASE_VERSION=${{ env.TAG }}
|
||||||
file: ext/Dockerfile
|
file: ext/Dockerfile
|
||||||
platforms: ${{ env.PLATFORMS }}
|
platforms: ${{ env.PLATFORMS }}
|
||||||
|
@ -1 +1 @@
|
|||||||
0.9.3
|
0.9.4
|
||||||
|
Loading…
Reference in New Issue
Block a user