diff --git a/build-alpine.jenkins b/build-alpine.jenkins index ce3d124..4703c19 100644 --- a/build-alpine.jenkins +++ b/build-alpine.jenkins @@ -70,7 +70,7 @@ RUN printf '%s\\n' "-----BEGIN CERTIFICATE-----" \\ """ writeFile(file: workspace + "/" + caName, text: caContent) writeFile(file: workspace + "/Dockerfile", text: DF) - sh "/kaniko/executor --cleanup --context \"${workspace}\" -f \"${workspace}/Dockerfile\" --destination \"${repository}/nhyatt/alpine:latest\"" + sh "/kaniko/executor --cleanup --context \"${workspace}\" -f \"${workspace}/Dockerfile\" --destination \"${repository}/library/alpine:latest\"" } } }