Move build step into Dockerfile and remove from drone

This commit is contained in:
Fabian Stamm 2023-04-26 00:06:01 +02:00
parent 9dfb1342e5
commit f09b8c893d
1 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@ type: docker
name: default
steps:
- name: Build with node
image: node:19
commands:
- yarn install
- yarn build
- name: Publish to docker
# - name: Build with node
# image: node:19
# commands:
# - yarn install
# - yarn build
- name: Build and publish to docker
image: plugins/docker
settings:
username: