Skip to content
Snippets Groups Projects
Commit f702a1eb authored by Binsbergen, Remy van's avatar Binsbergen, Remy van
Browse files

Update .gitlab-ci.yml

parent 8638bb76
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -22,4 +22,9 @@ docker-build:
script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN docker-registry.wur.nl
- docker build -t docker-registry.wur.nl/binsb007/remy-sandbox .
- docker push docker-registry.wur.nl/binsb007/remy-sandbox
\ No newline at end of file
- docker push docker-registry.wur.nl/binsb007/remy-sandbox
docker-run:
stage: run
script:
- docker run --name Springboot_Demo -p 8050:8050 docker-registry.wur.nl/binsb007/remy-sandbox:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment