Skip to content

Commit 930105c

Browse files
committed
ci: always load
1 parent 00e08e6 commit 930105c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: docker/build-push-action@v6
5656
with:
5757
push: ${{ github.event_name != 'pull_request' }}
58-
load: ${{ github.event_name == 'pull_request' }}
58+
load: true
5959
provenance: false
6060
platforms: linux/arm64
6161
tags: ghcr.io/biomejs/biome:${{ matrix.versions.patch }}-arm64
@@ -95,7 +95,7 @@ jobs:
9595
uses: docker/build-push-action@v6
9696
with:
9797
push: ${{ github.event_name != 'pull_request' }}
98-
load: ${{ github.event_name == 'pull_request' }}
98+
load: true
9999
provenance: false
100100
platforms: linux/amd64
101101
tags: ghcr.io/biomejs/biome:${{ matrix.versions.patch }}-amd64

0 commit comments

Comments
 (0)