mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
📦 build: Checkout with submodules
This commit is contained in:
@@ -8,7 +8,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Build Docker image
|
||||
id: build-image
|
||||
uses: docker/build-push-action@v2
|
||||
|
||||
@@ -16,7 +16,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
@@ -19,7 +19,6 @@ RUN corepack enable
|
||||
RUN pnpm install
|
||||
|
||||
WORKDIR /home/node/app/NekoMelody
|
||||
RUN ls
|
||||
RUN pnpm install
|
||||
RUN pnpm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user