Skip to content
Snippets Groups Projects
Commit d54815ec authored by Krzyzaniak, Michael Dr (CVSSP)'s avatar Krzyzaniak, Michael Dr (CVSSP)
Browse files

Add new file

parents
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- docker:stable-dind
Build and Push to FEPS registry:
tags:
- docker
script:
- docker build --pull -t registry.eps.surrey.ac.uk/${CI_PROJECT_NAME}:${CI_PIPELINE_ID} .
- docker push registry.eps.surrey.ac.uk/${CI_PROJECT_NAME}:${CI_PIPELINE_ID}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment