From b0173159f9afbb75f58bcc92bd9e5edc7d802006 Mon Sep 17 00:00:00 2001 From: Krzysztof Romanowski Date: Sat, 28 Oct 2023 18:48:47 +0200 Subject: [PATCH] ci: Add deploy action --- .github/workflows/distribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 513c250..8b8e56d 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -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 }} \