Skip to content

Commit

Permalink
chore: Update Tags conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Jul 29, 2024
1 parent 9c7adc7 commit 61960ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare-for-docker-build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ runs:
${{ inputs.image }}
sep-tags: ','
tags: |
type=raw,value=${{ inputs.release_version }},enable=${{ inputs.is_ingestion }}
type=raw,${{ inputs.tag }},enable=${{ !inputs.is_ingestion || (inputs.is_ingestion && !inputs.is_release_candidate) }}
type=raw,value=${{ inputs.release_version }},enable=${{ inputs.is_ingestion == 'true' }}
type=raw,${{ inputs.tag }},enable=${{ !(inputs.is_ingestion) == 'false' || (inputs.is_ingestion == 'true' && !(inputs.is_release_candidate) == 'false') }}

0 comments on commit 61960ad

Please sign in to comment.