Compare commits

..

1 Commits

Author SHA1 Message Date
Adam Veldhousen ce7b38c137
add drone ci
ci.vdhsn.com/push Build is failing Details
2023-06-02 18:38:57 -05:00
1 changed files with 5 additions and 2 deletions

View File

@ -10,16 +10,19 @@ steps:
- name: Build & Publish
image: plugins/kaniko
settings:
dockerfile: "./src/catalog/Dockerfile.prod-backend"
context: "./src"
registry: git.vdhsn.com
repo: git.vdhsn.com/barretthousen/service-catalog
# username:
# from_secret: DOCKER_USERNAME
# password:
# from_secret: DOCKER_PASSWORD
repo: git.vdhsn.com/
args:
- "service=catalog"
no-push: true
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}
# ---
# kind: pipeline
# type: kubernetes