summaryrefslogtreecommitdiff
path: root/doc/articles
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-08-31 12:26:02 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-08-31 12:26:02 -0300
commit1016b23efc13ac095c8ca13937c16b97abee1639 (patch)
tree05b6a4ada1ea2053180c556ec44ae4f100abfdd1 /doc/articles
parent70317b76e484c8fb9b0cbcc9055167bf3670b93d (diff)
downloadgitlab-ce-1016b23efc13ac095c8ca13937c16b97abee1639.tar.gz
add img, fix link
Diffstat (limited to 'doc/articles')
-rw-r--r--doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/img/deploy_keys_page.pngbin292969 -> 339666 bytes
-rw-r--r--doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/img/deploy_keys_page.png b/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/img/deploy_keys_page.png
index d62e5494b8c..9aae11b8679 100644
--- a/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/img/deploy_keys_page.png
+++ b/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/img/deploy_keys_page.png
Binary files differ
diff --git a/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md b/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md
index 9d471f0ee86..e0cdf441576 100644
--- a/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md
+++ b/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md
@@ -462,7 +462,7 @@ To run the above commands, we first need to have [Docker](https://docs.docker.co
Congratulations! You just pushed the first Docker image to the GitLab Registry, and if you refresh the page you should be able to see it:
-![container registry page with image](img/container_registry_page_empty_image.png)
+![container registry page with image](img/container_registry_page_with_image.jpg)
>**Note:**
You can also [use GitLab CI/CD](https://about.gitlab.com/2016/05/23/gitlab-container-registry/#use-with-gitlab-ci) to build and push your Docker images, rather than doing that on your machine.