Skip to content
Snippets Groups Projects
Commit 57c9d832 authored by yyvf's avatar yyvf
Browse files

fix: ci

parent da07b7a1
No related branches found
No related tags found
No related merge requests found
Pipeline #41608 passed
......@@ -8,6 +8,7 @@ build:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"${HARBOR_HOST}\":{\"auth\":\"$(echo -n ${HARBOR_USERNAME}:${HARBOR_PASSWORD} | base64 -w 0)\"}}}" > /kaniko/.docker/config.json
- >-
/kaniko/executor
--context "${CI_PROJECT_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment