修改Docker

This commit is contained in:
xpnas 2021-03-25 22:55:12 +08:00
parent ee20cb5512
commit bda1e4ee30

View File

@ -37,10 +37,10 @@ jobs:
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./Inotify.Vue/package.json') }}
- name: InstallNode and BuildVue
run: |
cd ./Inotify.Vue
npm install
npm run build:prod
run: |
cd ./Inotify.Vue
npm install
npm run build:prod
-
name: Login to DockerHub