corrects variable name

This commit is contained in:
Hyatt 2022-01-03 12:26:21 -06:00
parent 75b8da6889
commit 778866f39c
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -61,7 +61,7 @@ spec:
stage("Build Alpine with CA") {
container("kaniko") {
def DF = """FROM ${registry}/google/kaniko-project/executor:debug
def DF = """FROM ${repository}/google/kaniko-project/executor:debug
COPY ./kaniko-chain.crt /kaniko/ssl/certs/ca-certificates.crt
"""
sh "cp /kaniko/ssl/certs/ca-certificates.crt \"${workspace}/kaniko-chain.crt\""