💚 fix: docker build

This commit is contained in:
naiba 2021-01-04 22:17:24 +08:00 committed by dushixiang
parent 3bf8fe6684
commit de771ebf24

View File

@ -14,6 +14,15 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: |
cd web
npm install
npm run build
- name: Log into registry
run: echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin