Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservice
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps (Lecture FB VI)
webservice
Merge requests
!26
Tut01
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Tut01
s92604/devops-webservice:tut01
into
main
Overview
0
Commits
32
Pipelines
4
Changes
1
Closed
Yana Kernerman
requested to merge
s92604/devops-webservice:tut01
into
main
4 months ago
Overview
0
Commits
32
Pipelines
4
Changes
1
Expand
Merge request reports
Viewing commit
b73207df
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b73207df
trigger pipeline
· b73207df
Yana Kernerman
authored
7 months ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -49,6 +49,7 @@ job_build_and_publish_image:
script
:
-
echo "Publishing artifact ..."
-
ls -al
-
TAG=$CI_COMMIT_REF_SLUG
-
docker build --file ./Dockerfile --tag "${CI_REGISTRY_IMAGE}:$TAG"
-
docker push "$CI_REGISTRY_IMAGE:$TAG"
after_script
:
Loading