From 9d973371c9f8d17c9fc444f2d3135a87cb9783da Mon Sep 17 00:00:00 2001 From: Martin Kysel Date: Tue, 22 Oct 2024 10:13:57 -0400 Subject: [PATCH] like this --- .github/workflows/concurrency-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/concurrency-test.yml b/.github/workflows/concurrency-test.yml index cee4e65..9a7cc0a 100644 --- a/.github/workflows/concurrency-test.yml +++ b/.github/workflows/concurrency-test.yml @@ -48,8 +48,11 @@ jobs: name: Deploy new images to infra runs-on: ubuntu-latest needs: push_to_registry + strategy: + matrix: + environment: [dev, production, testnet] steps: - name: Checkout uses: actions/checkout@v4 - name: Deploy - run: echo "${{ needs.push_to_registry.outputs.digest }}" + run: echo "pushing ${{ needs.push_to_registry.outputs.digest }} to ${{ matrix.environment }}"