diff --git a/.drone.yml b/.drone.yml index b39a0c7..9234bfe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: