Skip to content

Commit

Permalink
ci: Add deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
castus committed Oct 28, 2023
1 parent 0b96edd commit b017315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Deploy to ArgoCD
run: |
set -e
image_version=$(echo "${{ steps.meta.outputs.labels[] }}" | cut -d ":" -f 2)
image_version=$(echo "${{ steps.meta.outputs.tags }}" | cut -d ":" -f 2)
curl -w "%{response_code}" -X POST https://api.github.com/repos/castus/lights-api-charts/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.CHARTS_DEPLOY_TOKEN }} \
Expand Down

0 comments on commit b017315

Please sign in to comment.