adding pipeline for image promotion
continuous-integration/drone/push Build encountered an error Details

master
Drew Bednar 1 year ago
parent 9d976e04f7
commit ddff6396d8

@ -1,3 +1,4 @@
---
kind: pipeline
type: docker
name: CI Test Pipeline
@ -16,3 +17,25 @@ trigger:
# Secrets used to pull private images
image_pull_secrets:
- dockerconfigjson
---
kind: pipeline
type: docker
name: Build Production Image
- name: Build Speech Collect Container Image
image: plugins/docker
settings:
username: automate
password:
from_secret: automate_password
dockerfile: Dockerfile
registry: registry.runcible.io
repo: registry.runcible.io/speech-collect
tags:
- ${DRONE_COMMIT_SHA}
when:
branch:
- master
event:
- push

@ -7,7 +7,7 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
exclude:
^(charts/speech-collect/templates)
^(charts/speech-collect/templates|\.drone\.yml)$
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/shellcheck-py/shellcheck-py

Loading…
Cancel
Save