Skip to content

Commit d9e802a

Browse files
authored
Merge pull request #449 from dump-hr/fix-docker-build-github-action
fix docker build gh action
2 parents 9fb56a7 + ba5ab05 commit d9e802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: yarn install --immutable
3232

3333
- name: Build frontend web apps
34-
run: yarn build --filter=admin... --filter=sponsor... --filter=web...
34+
run: yarn build --filter=admin... --filter=sponsor... --filter=web... --filter=app...
3535

3636
- name: Setup Docker Buildx
3737
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)