Skip to content

Commit

Permalink
ci: Override release name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Oct 4, 2024
1 parent 4d541f1 commit cb6e4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/argocd-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
id: argocd-app
with:
docker_image_tag: "${{ inputs.docker_image_version }}"
release_name: "${{ inputs.app_name }}"
app_name: "${{ inputs.app_name }}-${{ inputs.template_name }}"
template_name: "${{ inputs.template_name }}"
cluster: "${{ inputs.cluster }}"
Expand Down

0 comments on commit cb6e4d9

Please sign in to comment.