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 61960ad commit 82140ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ runs:
sep-tags: ','
tags: |
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') }}
type=raw,${{ inputs.tag }},enable=${{ inputs.is_ingestion == 'false' || (inputs.is_ingestion == 'true' && inputs.is_release_candidate == 'false') }}

0 comments on commit 82140ce

Please sign in to comment.