Skip to content

Commit bd28964

Browse files
committed
ci(docker-build): temporarily enable Docker builds on PRs
1 parent 06d1739 commit bd28964

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Docker Image Build
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- master
77
paths:
@@ -103,8 +103,7 @@ jobs:
103103
run: |
104104
uv run python -m tools.image_builder \
105105
--build-target=${{ matrix.board }} \
106-
--service=${{ matrix.service }} \
107-
--push
106+
--service=${{ matrix.service }}
108107
109108
- name: Inspect cache after build
110109
run: |

0 commit comments

Comments
 (0)