fix(ci): Wrong image tag
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ashhhleyyy 2022-07-05 14:08:43 +00:00
parent 75bd95067f
commit 1be2112524

View file

@ -8,15 +8,15 @@ platform:
steps: steps:
- name: Install dependencies - name: Install dependencies
image: gplane/pnpm:14-alpine image: gplane/pnpm:node14-alpine
commands: commands:
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile
- name: Check formatting - name: Check formatting
image: gplane/pnpm:14-alpine image: gplane/pnpm:node14-alpine
commands: commands:
- pnpm format:check - pnpm format:check
- name: Build site - name: Build site
image: gplane/pnpm:14-alpine image: gplane/pnpm:node14-alpine
commands: commands:
- pnpm build - pnpm build
- name: Deploy site - name: Deploy site