Skip to content
Snippets Groups Projects
Commit 295cee55 authored by Birhanu Belay's avatar Birhanu Belay
Browse files

Update .gitlab-ci.yml

parent a69755dd
No related branches found
No related tags found
No related merge requests found
Pipeline #12764 failed with stage
in 24 minutes and 4 seconds
......@@ -17,7 +17,7 @@ push_docker_image:
stage: build
image: docker:26.0.1-dind
script:
- docker build -t $DOCKER_IMAGE:$CI_COMMIT_SHORT_SHA -f docker/Dockerfile-cu121 .
- 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
\ 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