|
|
@ -4,4 +4,5 @@ before_script:
|
|
|
|
build_image:
|
|
|
|
build_image:
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- docker build -t fusionplay .
|
|
|
|
- docker build -t fusionplay .
|
|
|
|
- docker push fusionplay:latest
|
|
|
|
- docker tag fusionplay:latest localhost:5000/fusionplay
|
|
|
|
|
|
|
|
- docker push localhost:5000/fusionplay
|
|
|
|