Skip to content
Snippets Groups Projects
Verified Commit f12e6ff6 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

fix creds in .gitlab-ci.yml

parent bcef5c1e
No related branches found
No related tags found
No related merge requests found
Pipeline #4594 failed
......@@ -3,7 +3,7 @@ stages:
before_script:
# auth docker registry before using it
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$KSZK_NEXUS_USERNAME\",\"password\":\"$KSZK_NEXUS_PASSWORD\"}}}"
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}"
> /kaniko/.docker/config.json
###################### Image builder template #####################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment