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
!23
Tut01 test exercise
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Tut01 test exercise
s92604/devops-webservice:tut01
into
main
Overview
0
Commits
29
Pipelines
4
Changes
1
Closed
Yana Kernerman
requested to merge
s92604/devops-webservice:tut01
into
main
5 months ago
Overview
0
Commits
29
Pipelines
4
Changes
1
Expand
Merge request reports
Viewing commit
0e959253
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0e959253
trigger pipeline
· 0e959253
Yana Kernerman
authored
7 months ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -52,4 +52,4 @@ job_build_and_publish_image:
-
docker build --file ./Dockerfile --tag "${CI_REGISTRY_IMAGE}:$TAG"
-
docker push "$CI_REGISTRY_IMAGE:$TAG"
after_script
:
-
docker rmi "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
\ No newline at end of file
-
docker image rm --force "${CI_REGISTRY_IMAGE}:$TAG"
\ No newline at end of file
Loading