We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284a32b commit b3a1ddfCopy full SHA for b3a1ddf
1 file changed
.github/workflows/main.yml
@@ -176,7 +176,8 @@ jobs:
176
cache-to: type=gha,mode=max
177
context: .
178
file: ./Dockerfile
179
+ platforms: linux/amd64,linux/arm64
180
tags: |
181
ghcr.io/launchdarkly/find-code-references-in-pull-request:latest
182
ghcr.io/launchdarkly/find-code-references-in-pull-request:${{ github.sha }}
- push: ${{ github.ref == 'refs/heads/main' }}
183
+ push: ${{ github.ref == 'refs/heads/main' }}
0 commit comments