Use splited Dockerfile

This commit is contained in:
Antoine Legrand 2017-07-06 23:50:38 +02:00
parent cdb3722c17
commit 48c1cf7c61
7 changed files with 232 additions and 233 deletions

View file

@ -42,7 +42,7 @@ local jobs = {
// Docker Tag is the branch/tag name
stage: stages.docker_build,
script: [
'docker build -t %s -f quay.dockerfile .' % images.quayci.name,
'docker build -t %s -f Dockerfile .' % images.quayci.name,
'docker push %s' % images.quayci.name],
},