Skip to content

Commit a93ea02

Browse files
committed
Disable github registry push for now
1 parent 3c20144 commit a93ea02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
uses: docker/build-push-action@v5
3636
with:
3737
platforms: linux/amd64,linux/arm64
38-
push: ${{ github.event_name != 'pull_request' }}
38+
push: false
3939
tags: ${{ steps.metadata.outputs.tags }}
4040
labels: ${{ steps.metadata.outputs.labels }}

0 commit comments

Comments
 (0)