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