From 8f443a3d7802a8c6c0271fdea482c0d1c910779c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Guti=C3=A9rrez=20Hermoso?= Date: Thu, 11 Jul 2024 12:55:55 -0400 Subject: [PATCH] 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. --- .github/workflows/docker_latest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_latest.yml b/.github/workflows/docker_latest.yml index 0320eb5b..129d109e 100644 --- a/.github/workflows/docker_latest.yml +++ b/.github/workflows/docker_latest.yml @@ -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: