Use splited Dockerfile
This commit is contained in:
parent
cdb3722c17
commit
48c1cf7c61
7 changed files with 232 additions and 233 deletions
|
@ -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],
|
||||
},
|
||||
|
||||
|
|
Reference in a new issue