test
ci.vdhsn.com/push Build was killed Details

feat/add-catawiki
Adam Veldhousen 2023-07-12 01:09:03 -05:00
parent b9916204de
commit 80524a1d06
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
2 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -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"