Disabled builder publish for now
continuous-integration/drone the build was successful Details

pull/62/head
Jef Roosens 2021-05-01 22:49:05 +02:00
parent 3bbc90ad60
commit 336ff25249
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 9 additions and 9 deletions

View File

@ -20,15 +20,15 @@ pipeline:
commands:
- cargo fmt -- --check
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
# 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
# Backend cicd jobs are disabled until we can figure out a way to cache stuff
# test-backend: