Skip to content

Commit 410f71f

Browse files
committed
chore: revert temporary changes to the Docker build workflow
1 parent af27470 commit 410f71f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-build.yaml

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

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- master
77
paths:
@@ -102,7 +102,8 @@ jobs:
102102
run: |
103103
uv run python -m tools.image_builder \
104104
--build-target=${{ matrix.board }} \
105-
--service=${{ matrix.service }}
105+
--service=${{ matrix.service }} \
106+
--push
106107
107108
- name: Inspect cache after build
108109
run: |

0 commit comments

Comments
 (0)