Skip to content

Commit d3028e6

Browse files
committed
fix: params for build action
1 parent 48a1314 commit d3028e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v3
2626
- name: Build the Docker image
27-
run: npm run --prefix ./workspaces build --multi-platform --quiet --push
27+
run: npm run --prefix ./workspaces build -- --multi-platform --quiet --push

0 commit comments

Comments
 (0)