Go!
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-08 16:32:52 -04:00
parent 875a45f2b8
commit 30d2f4a644

View File

@@ -78,14 +78,14 @@ steps:
commands: commands:
- yarn install - yarn install
- yarn build - yarn build
- name: Publish NPM # - name: Publish NPM
image: node:20-alpine # image: node:20-alpine
failure: ignore # failure: ignore
commands: # commands:
- yarn publish -t ${DRONE_TAG:-latest} # - yarn publish -t ${DRONE_TAG}
volumes: # volumes:
- name: npmrc # - name: npmrc
path: /drone/grow/.npmrc # path: /drone/grow/.npmrc
# - name: Publish NPM # - name: Publish NPM
# image: plugins/npm # image: plugins/npm
# failure: ignore # failure: ignore
@@ -119,7 +119,7 @@ steps:
image: docker image: docker
commands: commands:
# - 'docker login git.mifi.dev' # - 'docker login git.mifi.dev'
- 'docker build -t git.mifi.dev/mifi/auth:latest -t git.mifi.dev/mifi/auth:${DRONE_TAG} .' - 'docker build -t git.mifi.dev/mifi/auth:latest -t git.mifi.dev/mifi/auth:${DRONE_TAG:-latest} .'
- docker push git.mifi.dev/mifi/mifi/auth:latest - docker push git.mifi.dev/mifi/mifi/auth:latest
volumes: volumes:
- name: dockersock - name: dockersock