mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
workflows: move experimental tag back to latest
Our builds seem to be fine now. It is time to release boldly and widely the new Docker images to the `latest` tag.
This commit is contained in:
parent
78f5bd9f5d
commit
8f443a3d78
4
.github/workflows/docker_latest.yml
vendored
4
.github/workflows/docker_latest.yml
vendored
@ -34,12 +34,12 @@ on:
|
||||
description: "Tag for the resulting images"
|
||||
type: string
|
||||
required: True
|
||||
default: 'experimental'
|
||||
default: 'latest'
|
||||
|
||||
env:
|
||||
BRANCH: ${{ inputs.branch || 'latest_candidate' }}
|
||||
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
|
||||
TAG: ${{ inputs.tag || 'experimental' }}
|
||||
TAG: ${{ inputs.tag || 'latest' }}
|
||||
DOCKER_HUB_OWNER: ${{ vars.DOCKER_HUB_OWNER || github.repository_owner }}
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user