Skip to content
Snippets Groups Projects
Commit 8183977b authored by Thibault Debatty's avatar Thibault Debatty
Browse files

fix build

parent 4c3c1731
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ build:
script:
# use previous image as a cache to speedup build process
- docker pull $CI_REGISTRY_IMAGE:latest || true
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG --tag $CI_REGISTRY_IMAGE:latest .
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:CI_COMMIT_SHORT_SHA .
release:
image: docker:20.10.16
......
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