We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e08e6 commit 930105cCopy full SHA for 930105c
.github/workflows/build-images.yaml
@@ -55,7 +55,7 @@ jobs:
55
uses: docker/build-push-action@v6
56
with:
57
push: ${{ github.event_name != 'pull_request' }}
58
- load: ${{ github.event_name == 'pull_request' }}
+ load: true
59
provenance: false
60
platforms: linux/arm64
61
tags: ghcr.io/biomejs/biome:${{ matrix.versions.patch }}-arm64
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
platforms: linux/amd64
101
tags: ghcr.io/biomejs/biome:${{ matrix.versions.patch }}-amd64
0 commit comments