diff options
author | walkafwalka <2865898-walkafwalka@users.noreply.gitlab.com> | 2019-03-03 00:21:43 -0800 |
---|---|---|
committer | walkafwalka <2865898-walkafwalka@users.noreply.gitlab.com> | 2019-03-03 23:50:04 -0800 |
commit | 2b2a92bcfaf9ac3c7f0f914e1df8fec996face84 (patch) | |
tree | 66e52fbaa1ded16bc94894fb33f46807b2d2cf7d /doc/topics | |
parent | 6208d835250bb273e59d8ccb32405871263c6b2e (diff) | |
download | gitlab-ce-2b2a92bcfaf9ac3c7f0f914e1df8fec996face84.tar.gz |
Update documentation
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/autodevops/index.md | 2 |
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 |