test
ci.vdhsn.com/push Build was killed
Details
ci.vdhsn.com/push Build was killed
Details
parent
b9916204de
commit
80524a1d06
11
.drone.yml
11
.drone.yml
|
|
@ -14,15 +14,18 @@ steps:
|
|||
context: "./src"
|
||||
registry: git.vdhsn.com
|
||||
repo: git.vdhsn.com/barretthousen/service-catalog
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
enable-cache: true
|
||||
cache-repo: git.vdhsn.com/barretthousen/ci-cache
|
||||
skip-unused-stages: true
|
||||
args:
|
||||
- "service=catalog"
|
||||
no-push: true
|
||||
tags:
|
||||
- ${DRONE_COMMIT_SHA}
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
- name: Build & Publish Runner
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -138,3 +138,4 @@ age_identity=$(shell sops -d ./env/master.json)
|
|||
@echo "# public key: $(shell echo '$(age_identity)' | jq -r '.public_key')" >> $@
|
||||
@echo "$(shell echo '$(age_identity)' | jq -r '.private_key')" >> $@
|
||||
@echo "$@ created!"
|
||||
@echo "export SOPS_AGE_KEY_FILE=$(PWD)/env/.age.txt"
|
||||
|
|
|
|||
Loading…
Reference in New Issue