Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KNIGHT
Asyst Moodle Plugin
Commits
a889bec0
Commit
a889bec0
authored
Dec 10, 2024
by
Baranovskyi
Browse files
Update .gitlab-ci.yml file
parent
08cd98ab
Pipeline
#10505
failed with stage
in 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a889bec0
...
@@ -30,7 +30,7 @@ build-docker-image:
...
@@ -30,7 +30,7 @@ build-docker-image:
services
:
services
:
-
docker:dind
-
docker:dind
before_script
:
before_script
:
-
echo "$DOCKER_PW" | docker login --username "$DOCKER_USER" --password-stdin
"$DOCKER_REPO"
-
echo "$DOCKER_PW" | docker login --username "$DOCKER_USER" --password-stdin
script
:
script
:
-
docker build -t "$DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG" .
-
docker build -t "$DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG" .
-
docker push "$DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG"
-
docker push "$DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment