Skip to content
Snippets Groups Projects
Commit 3d9328e0 authored by Marcel Huber's avatar Marcel Huber
Browse files

Merge branch 'DockerBuildNoCache' into 'master'

do not use cache for building

See merge request ifs/GitlabMarkdownToPDF!17
parents 1703b112 70a0b1c7
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ BuildPandocImage:
tags:
- docker
script:
- docker build --build-arg VCS_REF=$CI_COMMIT_SHA --tag=$PANDOC_IMAGE --file=Dockerfile.pandoc .
- docker build --no-cache --build-arg VCS_REF=$CI_COMMIT_SHA --tag=$PANDOC_IMAGE --file=Dockerfile.pandoc .
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker push $PANDOC_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment