Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gpu-cluster-image-test
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philipp Rösner
gpu-cluster-image-test
Commits
e6d8f900
Commit
e6d8f900
authored
7 months ago
by
Philipp Rösner
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
a34c13b4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-2
8 additions, 2 deletions
.gitlab-ci.yml
with
8 additions
and
2 deletions
.gitlab-ci.yml
+
8
−
2
View file @
e6d8f900
image
:
docker:
latest
image
:
docker:
24.0.5
# Use the latest version of Docker available
services
:
-
docker:dind
-
name
:
docker:24.0.5-dind
# Use the Docker-in-Docker image
command
:
[
"
--tls=false"
]
variables
:
# Define the Docker image name using the GitLab CI environment variables
IMAGE_NAME
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
# Ensure Docker commands are sent to the Docker-in-Docker service
DOCKER_HOST
:
tcp://docker:2375/
DOCKER_TLS_CERTDIR
:
"
"
# Disable Docker's TLS feature since it's not needed here
before_script
:
# Login to the GitLab Container Registry
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
stages
:
-
build
-
deploy
build
:
stage
:
build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment