Skip to content
Snippets Groups Projects
Commit bd7bcc3a authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

chore: ci debug

parent bc7f9f77
No related branches found
No related tags found
1 merge request!1Jl test
Pipeline #21995 failed
......@@ -17,7 +17,7 @@ build docker image:
- privileged
before_script:
- docker info
# - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
script:
- 'docker pull $CI_REGISTRY_IMAGE:latest || true'
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:latest .
......
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