dockerfile
This commit is contained in:
parent
3e2620645e
commit
46f451aea2
@ -11,9 +11,7 @@ build:
|
||||
before_script:
|
||||
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
|
||||
script:
|
||||
- docker build -t mathwave/sprint-repo:base dockerfiles/base
|
||||
- docker push mathwave/sprint-repo:base
|
||||
- docker build -t mathwave/sprint-repo:sprint dockerfiles/main
|
||||
- docker build -t mathwave/sprint-repo:sprint .
|
||||
- docker push mathwave/sprint-repo:sprint
|
||||
- docker build -t mathwave/sprint-repo:sprint-nginx nginx
|
||||
- docker push mathwave/sprint-repo:sprint-nginx
|
||||
|
Loading…
Reference in New Issue
Block a user