Skip to content
Snippets Groups Projects
Commit f0939f61 authored by Fortune Iriaye's avatar Fortune Iriaye
Browse files

Merge branch 'edit-gitlab-ci' into 'main'

Made edits to gitlab-ci.yml using alphafold2

See merge request !6
parents d968bdec 397a5ef4
No related branches found
No related tags found
1 merge request!6Made edits to gitlab-ci.yml using alphafold2
Pipeline #12197 failed with stage
in 1 minute and 51 seconds
......@@ -15,9 +15,15 @@ before_script:
push_docker_image:
stage: build
image: docker:26.0.1-dind
image: docker:26.0.1
services:
- docker:26.0.1-dind
variables:
DOCKER_HOST: tcp://docker:2375
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build -t $DOCKER_IMAGE:$CI_COMMIT_SHORT_SHA -f docker/Dockerfile .
- docker push $DOCKER_IMAGE:$CI_COMMIT_SHORT_SHA
only:
- main # Only run on the main branch
- main
\ No newline at end of file
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