diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3812f02e..18795f20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,6 +259,8 @@ jobs: run: | echo "tags: ${{ steps.meta.outputs.tags }}" + - uses: actions/checkout@v4 + - name: Trigger deployment run: | gh workflow run deploy.yml -f image_tag=${{ steps.meta.outputs.tags }} -f environment=production