Added docker build to drone ci config
continuous-integration/drone/push Build is failing Details

main
Guus van Meerveld 1 year ago
parent 0f13e69f1b
commit 18c1970550
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -7,5 +7,16 @@ steps:
image: node:16-alpine
commands:
- yarn install
- yarn test-build
- yarn lint
- yarn lint
- yarn build
- name: build docker file and push to docker hub
image: plugins/docker
pull: never
settings:
repo: guusvanmeerveld/portfolio
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
Loading…
Cancel
Save