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

fix build command

parent 1a272a2c
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_SHORT_SHA .
- 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