There was an error while loading. Please reload this page.
1 parent 42c5dbe commit 5855d73Copy full SHA for 5855d73
1 file changed
.github/workflows/ci.yml
@@ -79,3 +79,21 @@ jobs:
79
80
- name: Build Web UI
81
run: npm run build
82
+
83
+ docker-build:
84
+ name: Docker Build Test
85
+ runs-on: ubuntu-latest
86
87
+ steps:
88
+ - name: Checkout code
89
+ uses: actions/checkout@v4
90
91
+ - name: Set up Docker Buildx
92
+ uses: docker/setup-buildx-action@v3
93
94
+ - name: Build Docker image
95
+ uses: docker/build-push-action@v5
96
+ with:
97
+ context: .
98
+ push: false
99
+ tags: web-ui:test
0 commit comments