Skip to content

Commit

Permalink
feat: conditional latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Jun 25, 2024
1 parent 90b632b commit d9d34c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-openmetadata-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tags: |
type=raw,1.5.0
type=raw,${{ inputs.DOCKER_RELEASE_TAG }}
type=raw,latest,enable=${{ inputs.push_latest_tag_to_release == 'true' }}
type=raw,latest,enable=${{ inputs.push_latest_tag_to_release }}
- name: Prepare for Docker Build&Push
id: prepare
Expand Down

0 comments on commit d9d34c0

Please sign in to comment.