Skip to content

Commit

Permalink
chore: Use flavor for latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Jun 27, 2024
1 parent ab67378 commit ed91427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/prepare-for-docker-build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ runs:
id: meta
uses: docker/metadata-action@v5
with:
flavor:
latest=${{ inputs.push_latest }}
images: |
${{ inputs.image }}
sep-tags: ','
tags: |
type=raw,value=${{ inputs.release_version }},enable=${{ inputs.is_ingestion }}
type=raw,${{ inputs.tag }}
type=raw,latest,enable=${{ inputs.push_latest }}

0 comments on commit ed91427

Please sign in to comment.