mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Alters branch again
This commit is contained in:
parent
91858353c2
commit
1f5f2fb400
2
.github/workflows/docker_latest.yml
vendored
2
.github/workflows/docker_latest.yml
vendored
@ -37,7 +37,7 @@ on:
|
||||
default: 'experimental'
|
||||
|
||||
env:
|
||||
BRANCH: ${{ github.repository_owner }}/${{ inputs.branch }}
|
||||
BRANCH: ${{ inputs.branch || 'latest_candidate' }}
|
||||
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
|
||||
TAG: ${{ inputs.tag || 'experimental' }}
|
||||
DOCKER_HUB_OWNER: ${{ vars.DOCKER_HUB_OWNER || github.repository_owner }}
|
||||
|
Loading…
Reference in New Issue
Block a user