mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +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:
|
||||
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
|
||||
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:
|
||||
push_to_registry:
|
||||
|
Loading…
Reference in New Issue
Block a user