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:
Jordi Gutiérrez Hermoso 2024-07-11 12:55:55 -04:00 committed by jordigh
parent 78f5bd9f5d
commit 8f443a3d78

View File

@ -34,12 +34,12 @@ on:
description: "Tag for the resulting images" description: "Tag for the resulting images"
type: string type: string
required: True required: True
default: 'experimental' default: 'latest'
env: env:
BRANCH: ${{ inputs.branch || 'latest_candidate' }} BRANCH: ${{ inputs.branch || 'latest_candidate' }}
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64/v8' }} 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 }} DOCKER_HUB_OWNER: ${{ vars.DOCKER_HUB_OWNER || github.repository_owner }}
jobs: jobs: