Skip to content

Commit

Permalink
like this
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Oct 22, 2024
1 parent c8da55e commit 9d97337
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/concurrency-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 9d97337

Please sign in to comment.