mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Fixes hub owner
This commit is contained in:
parent
7aff4d4a81
commit
a6fd2666c2
2
.github/workflows/docker_latest.yml
vendored
2
.github/workflows/docker_latest.yml
vendored
@ -39,7 +39,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
|
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
|
||||||
TAG: ${{ inputs.tag || 'experimental' }}
|
TAG: ${{ inputs.tag || 'experimental' }}
|
||||||
DOCKER_HUB_OWNER: ${{ vars.docker_hub_owner || github.repository_owner }}
|
DOCKER_HUB_OWNER: ${{ vars.DOCKER_HUB_OWNER || github.repository_owner }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
Loading…
Reference in New Issue
Block a user