Skip to content

Commit

Permalink
fix deploy trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyd3d committed Oct 14, 2024
1 parent d03ee12 commit 11e167e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
sudo chmod +x /usr/bin/yq
yq e -i '.environments.${{ inputs.namespace }}.image = "${{ inputs.image }}"' ./hello-world-app/values-${{ inputs.namespace }}.yaml
yq e -i '.image = "${{ inputs.image }}"' ./hello-world-app/values-${{ inputs.namespace }}.yaml
- name: Commit files
working-directory: ./argo-deployments
Expand Down

0 comments on commit 11e167e

Please sign in to comment.