Skip to content
Snippets Groups Projects
Verified Commit cd59b921 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: docs pipeline

parent 6e152c2d
No related branches found
No related tags found
No related merge requests found
Pipeline #10308 passed
......@@ -38,14 +38,13 @@ build-testenv:
stage: setup
image: docker:20.10
script:
- cd .docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# Attempt to reuse the previously stored image.
- docker pull "$OCTAVE_REGISTRY_IMAGE" || true
- docker build
--file .docker/Dockerfile
--pull
--cache-from "$OCTAVE_REGISTRY_IMAGE"
-t "$OCTAVE_REGISTRY_IMAGE" .
--tag "$OCTAVE_REGISTRY_IMAGE" .
- docker push "$OCTAVE_REGISTRY_IMAGE"
......
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