Skip to content
Snippets Groups Projects
Commit 37e570bc authored by Christian Boettcher's avatar Christian Boettcher
Browse files

try to fix the docker build pipeline without custom (insecure) runner on my laptop

parent 466156d5
No related branches found
No related tags found
No related merge requests found
Pipeline #98443 passed with warnings
...@@ -69,6 +69,7 @@ build-custom-image: ...@@ -69,6 +69,7 @@ build-custom-image:
variables: variables:
IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:$CI_COMMIT_SHORT_SHA IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:$CI_COMMIT_SHORT_SHA
IMAGE_LATEST_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:latest IMAGE_LATEST_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:latest
DOCKER_HOST: tcp://localhost:2375/
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment