Skip to content

Commit a934ef9

Browse files
committed
ci: build frontend docker image in CI so compose can use it
1 parent ed337f2 commit a934ef9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v2
2626

27+
- name: Build frontend Docker image
28+
run: |
29+
docker buildx build --load -f server/frontend/Dockerfile -t xrwvm-frontend:ci server/frontend
30+
2731
- name: Ensure docker-compose is available
2832
run: |
2933
docker version

0 commit comments

Comments
 (0)