Added job to deploy builder
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
3f5c0d038b
commit
472f890a98
|
@ -1,4 +1,14 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
publish-builder:
|
||||||
|
image: plugins/docker
|
||||||
|
repo: chewingbever/fej-builder
|
||||||
|
dockerfile: docker/Dockerfile.builder
|
||||||
|
tag: [ latest ]
|
||||||
|
secrets: [ docker_username, docker_password ]
|
||||||
|
when:
|
||||||
|
branch: develop
|
||||||
|
event: push
|
||||||
|
|
||||||
build-frontend:
|
build-frontend:
|
||||||
image: node:15-alpine3.13
|
image: node:15-alpine3.13
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Loading…
Reference in New Issue