Skip to content

Commit

Permalink
workflows: move experimental tag back to latest
Browse files Browse the repository at this point in the history
Our builds seem to be fine now. It is time to release boldly and
widely the new Docker images to the `latest` tag.
  • Loading branch information
jordigh committed Jul 11, 2024
1 parent 78f5bd9 commit 8f443a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f443a3

Please sign in to comment.