Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Jan 7, 2025
1 parent 649da9f commit 3f26091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
image: ${{ fromJson(needs.build-setup.outputs.images) }}

env:
PLATFORMS: "${{ join(fromJson(format('[{0}]', join(fromJson(needs.build-setup.outputs.targets).*.platform, ','))), ',') }}"
PLATFORMS: ${{ join(fromJson(format('[{0}]', join(fromJson(needs.build-setup.outputs.targets).*.platform, ','))), ',') }}
DOCKER_IMAGE: "ghcr.io/getsentry/${{ matrix.image.name }}"
REVISION: "${{ github.event.pull_request.head.sha || github.sha }}"

Expand Down

0 comments on commit 3f26091

Please sign in to comment.