Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-03-07 11:55:24 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-03-07 11:55:24 +0300
commit80fea82f3ab6afd486884020710eb01c06b048d9 (patch)
tree399dcb4f0f5c8e8785038532626d3f9e26261f4e /doc
parentcd34e4817afee2d2777a3470049b921a6d3fc36d (diff)
parentf6d90ccfb57fc0f1b76747eb961acb21a6632910 (diff)
Merge branch 'auto-devops-tags' into 'master'
Add Auto DevOps build job for tags See merge request gitlab-org/gitlab-ce!25718
Diffstat (limited to 'doc')
-rw-r--r--doc/topics/autodevops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 2e1df9d50d4..195dd3e8846 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -291,7 +291,7 @@ Auto Build creates a build of the application using an existing `Dockerfile` or
Heroku buildpacks.
Either way, the resulting Docker image is automatically pushed to the
-[Container Registry][container-registry] and tagged with the commit SHA.
+[Container Registry][container-registry] and tagged with the commit SHA or tag.
#### Auto Build using a Dockerfile