Skip to content

Commit

Permalink
ci: Fix docker build for external contribs (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Feb 27, 2025
1 parent 53a15e9 commit be6d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
cache-to: type=gha,mode=max,scope=prod
platforms: ${{ env.MULTI_ARCH_BUILD == 'true' && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
push: ${{ env.MULTI_ARCH_BUILD }}
load: ${{ !env.MULTI_ARCH_BUILD }}
load: ${{ env.MULTI_ARCH_BUILD == 'false' }}
tags: ghcr.io/getsentry/spotlight:${{ github.sha }}

- name: Test Docker Image
Expand Down

0 comments on commit be6d502

Please sign in to comment.