File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - " auto-testing"
77
88jobs :
9- build-and-push-admin :
9+ build-and-push-admin-auto-test :
1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
4343 tags : docker.io/${{ secrets.DOCKERHUB_ADMIN_USERNAME }}/seb-server-gui-auto-testing:${{ env.TAG_NAME }}
4444 build-args : VITE_SUB_PATH=${{ matrix.path_name }}
4545
46- build-and-push-storybook :
46+ build-and-push-auto-test- storybook :
4747 runs-on : ubuntu-latest
48- needs : build-and-push-admin
48+ needs : build-and-push-admin-auto-test
4949
5050 steps :
5151 - name : Set env for dynamic tag
Original file line number Diff line number Diff line change 11# Build Storybook
2- FROM node:22.2 .0 AS storybook-builder
2+ FROM node:20.19 .0 AS storybook-builder
33WORKDIR /app/client
44
55# Install dependencies
@@ -13,7 +13,7 @@ COPY client/ .
1313RUN npm run build-storybook
1414
1515# Final image - serve Storybook statically
16- FROM node:22.2 .0-alpine
16+ FROM node:20.19 .0-alpine
1717WORKDIR /app
1818
1919# Use a tiny static file server
You can’t perform that action at this time.
0 commit comments