good morning!!!!

Skip to content
Snippets Groups Projects
Commit cbef0442 authored by a's avatar a
Browse files

another try

parent 338ed3db
Branches
No related tags found
No related merge requests found
Pipeline #3230 passed
Pipeline: Erigon

#3231

    ......@@ -7,7 +7,7 @@ local param_job(image,tag_var, merge = {}) = std.mergePatch({
    name: 'gcr.io/kaniko-project/executor:debug',
    entrypoint: [''],
    },
    variables: {GOPROXY_ENV: '$GOPROXY'}
    variables: {GOPROXY_ENV: '$GOPROXY'},
    script: [
    'mkdir -p /kaniko/.docker',
    @'echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64)\"}}}" > /kaniko/.docker/config.json',
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment